@UriEndpoint(scheme="sap-qrfc-destination", syntax="sap-qrfc-destination:destination:queue:rfc", producerOnly=true, title="SAP Queued RFC Destination") public class SapQueuedRfcDestinationEndpoint extends SapRfcDestinationEndpoint
Modifier and Type | Field and Description |
---|---|
protected String |
queueName |
destination, destinationName, rfcName, stateful, transacted
Constructor and Description |
---|
SapQueuedRfcDestinationEndpoint() |
SapQueuedRfcDestinationEndpoint(String endpointUri,
SapQueuedRfcDestinationComponent component) |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.Producer |
createProducer() |
String |
getQueueName() |
void |
setQueueName(String queueName) |
createConsumer, createRequest, getDestination, getDestinationName, getRfcName, isSingleton, isStateful, isTransacted, setDestinationName, setRfcName, setStateful, setTransacted
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 SAP request to") @Metadata(required="true") protected String queueName
public SapQueuedRfcDestinationEndpoint()
public SapQueuedRfcDestinationEndpoint(String endpointUri, SapQueuedRfcDestinationComponent component)
Apache Camel