Package | Description |
---|---|
org.fusesource.camel.component.sap |
Modifier and Type | Class and Description |
---|---|
class |
SapQueuedIDocDestinationEndpoint
Represents an SAP endpoint sending a IDoc (Intermediary Document) to an SAP system using the queued remote function call.
|
class |
SapQueuedIDocListDestinationEndpoint
Represents an SAP endpoint sending a IDoc (Intermediary Document) to an SAP system using the queued remote function call.
|
class |
SapTransactionalIDocDestinationEndpoint
An SAP endpoint sending a IDoc (Intermediary Document) to an SAP system using transactional remote function calls (tRFC).
|
class |
SapTransactionalIDocListDestinationEndpoint
An SAP endpoint sending a IDoc (Intermediary Document) to an SAP system using transactional remote function calls (tRFC).
|
Modifier and Type | Method and Description |
---|---|
static void |
SapExchangePropertiesUtil.addDestinationPropertiesToExchange(SapIDocDestinationEndpoint endpoint,
org.apache.camel.Exchange exchange)
Adds the destination properties of the endpoint to the map stored in the exchange property 'CamelSap.destinationPropertiesMap'.
|
Apache Camel