public class AsynchChildEndpoint
extends org.apache.camel.impl.DefaultEndpoint
asynch-child
component.Constructor and Description |
---|
AsynchChildEndpoint(String endpointUri,
AsynchChildComponent component)
Creates new endpoint.
|
Modifier and Type | Method and Description |
---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
BindingTypeEnum |
getBindingType() |
String |
getCorrelationId() |
String |
getFunnelValue() |
String |
getObjectId() |
String |
getOperationName() |
String |
getService() |
String |
getSourceSystem() |
boolean |
isSingleton() |
void |
setBindingType(BindingTypeEnum bindingType)
Sets binding type, possible values are
BindingTypeEnum . |
void |
setCorrelationId(String correlationId)
Sets correlation ID.
|
void |
setFunnelValue(String funnelValue)
Sets funnel value for "funnel" filtering.
|
void |
setObjectId(String objectId)
Sets object ID that will be changed during message processing.
|
void |
setOperationName(String operationName)
Sets operation name, e.g.
|
void |
setService(String service)
Sets message service name, e.g.
|
void |
setSourceSystem(String sourceSystem)
Sets source system, e.g.
|
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public AsynchChildEndpoint(String endpointUri, AsynchChildComponent component)
endpointUri
- the URIcomponent
- the "asynch-child" componentpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception
Exception
public boolean isSingleton()
public String getService()
public void setService(String service)
service
- the service namepublic String getOperationName()
public void setOperationName(@Nullable String operationName)
operationName
- the operation namepublic void setCorrelationId(@Nullable String correlationId)
correlationId
- the correlation IDpublic void setSourceSystem(String sourceSystem)
sourceSystem
- the source systempublic BindingTypeEnum getBindingType()
public void setBindingType(BindingTypeEnum bindingType)
BindingTypeEnum
.bindingType
- the binding typepublic void setObjectId(@Nullable String objectId)
objectId
- the object IDCopyright © 2016. All rights reserved.