public class SAPDestinationEndpoint extends SAPEndpoint
| Modifier and Type | Field and Description |
|---|---|
protected com.sap.conn.jco.JCoDestination |
destination |
protected java.lang.String |
destinationName |
protected java.lang.String |
rfcName |
protected boolean |
transacted |
mep| Constructor and Description |
|---|
SAPDestinationEndpoint() |
SAPDestinationEndpoint(java.lang.String endpointUri,
SAPComponent component) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected com.sap.conn.jco.JCoDestination |
getDestination() |
java.lang.String |
getDestinationName() |
Structure |
getRequest() |
Structure |
getResponse() |
java.lang.String |
getRfcName() |
boolean |
isServer() |
boolean |
isTransacted() |
void |
setDestinationName(java.lang.String destinationName) |
void |
setRfcName(java.lang.String rfcName) |
void |
setTransacted(boolean transacted) |
getMep, isSingleton, setMepconfigureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendprotected java.lang.String destinationName
protected java.lang.String rfcName
protected boolean transacted
protected com.sap.conn.jco.JCoDestination destination
public SAPDestinationEndpoint()
public SAPDestinationEndpoint(java.lang.String endpointUri,
SAPComponent component)
public boolean isServer()
isServer in class SAPEndpointpublic org.apache.camel.Producer createProducer()
throws java.lang.Exception
java.lang.Exceptionpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getDestinationName()
public void setDestinationName(java.lang.String destinationName)
public java.lang.String getRfcName()
getRfcName in class SAPEndpointpublic void setRfcName(java.lang.String rfcName)
setRfcName in class SAPEndpointpublic boolean isTransacted()
public void setTransacted(boolean transacted)
public Structure getRequest() throws java.lang.Exception
getRequest in class SAPEndpointjava.lang.Exceptionpublic Structure getResponse() throws java.lang.Exception
getResponse in class SAPEndpointjava.lang.Exceptionprotected com.sap.conn.jco.JCoDestination getDestination()
Copyright © 2017 Red Hat. All Rights Reserved.