@Component(value="stub")
public class StubComponent
extends org.apache.camel.component.vm.VmComponent
| Constructor and Description |
|---|
StubComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected StubEndpoint |
createEndpoint(String endpointUri,
org.apache.camel.Component component,
BlockingQueue<org.apache.camel.Exchange> queue,
int concurrentConsumers) |
protected StubEndpoint |
createEndpoint(String endpointUri,
org.apache.camel.Component component,
org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> queueFactory,
int concurrentConsumers) |
protected void |
validateParameters(String uri,
Map<String,Object> parameters,
String optionPrefix) |
protected void |
validateURI(String uri,
String path,
Map<String,Object> parameters) |
createEndpoint, doStart, doStop, getQueueReference, getQueuesgetConcurrentConsumers, getDefaultOfferTimeout, getDefaultQueueFactory, getOrCreateQueue, getQueueKey, getQueueSize, isDefaultBlockWhenFull, isDefaultDiscardWhenFull, registerQueue, setConcurrentConsumers, setDefaultBlockWhenFull, setDefaultDiscardWhenFull, setDefaultOfferTimeout, setDefaultQueueFactory, setQueueSizeafterConfiguration, createEndpoint, createEndpoint, doBuild, doInit, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getDefaultName, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, resolveRawParameterValues, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUribuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected void validateURI(String uri, String path, Map<String,Object> parameters)
validateURI in class org.apache.camel.support.DefaultComponentprotected void validateParameters(String uri, Map<String,Object> parameters, String optionPrefix)
validateParameters in class org.apache.camel.support.DefaultComponentprotected StubEndpoint createEndpoint(String endpointUri, org.apache.camel.Component component, org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> queueFactory, int concurrentConsumers)
createEndpoint in class org.apache.camel.component.vm.VmComponentprotected StubEndpoint createEndpoint(String endpointUri, org.apache.camel.Component component, BlockingQueue<org.apache.camel.Exchange> queue, int concurrentConsumers)
createEndpoint in class org.apache.camel.component.vm.VmComponentApache Camel