@UriEndpoint(scheme="sap-qidoclist-destination", syntax="sap-qidoclist-destination:destination:queue:idocType:idocTypeExtension:systemRelease:applicationRelease", producerOnly=true, title="SAP Queued IDoc List Destination") public class SapQueuedIDocListDestinationEndpoint extends SapIDocDestinationEndpoint
Modifier and Type | Field and Description |
---|---|
protected String |
queueName |
applicationRelease, destination, destinationName, idocType, idocTypeExtension, systemRelease
Constructor and Description |
---|
SapQueuedIDocListDestinationEndpoint() |
SapQueuedIDocListDestinationEndpoint(String endpointUri,
SapQueuedIDocListDestinationComponent component) |
Modifier and Type | Method and Description |
---|---|
org.fusesource.camel.component.sap.model.idoc.DocumentList |
createDocumentList() |
org.apache.camel.Producer |
createProducer() |
String |
getQueueName() |
void |
setQueueName(String queueName) |
createConsumer, getApplicationRelease, getDestination, getDestinationName, getIDocRepository, getIdocType, getIdocTypeExtension, getSystemRelease, isSingleton, setApplicationRelease, setDestinationName, setIdocType, setIdocTypeExtension, setSystemRelease
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
@UriPath(name="queue", description="Specifies the queue this endpoint sends an IDoc to") @Metadata(required="true") protected String queueName
public SapQueuedIDocListDestinationEndpoint()
public SapQueuedIDocListDestinationEndpoint(String endpointUri, SapQueuedIDocListDestinationComponent component)
Apache Camel