public class SapExchangePropertiesUtil extends Object
Modifier and Type | Method and Description |
---|---|
static void |
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'.
|
static void |
addDestinationPropertiesToExchange(SapRfcDestinationEndpoint endpoint,
org.apache.camel.Exchange exchange)
Adds the destination properties of the endpoint to the map stored in the exchange property 'CamelSap.destinationPropertiesMap'.
|
static void |
addDestinationPropertiesToExchange(String destinationName,
org.apache.camel.Exchange exchange)
Adds the destination properties of the endpoint to the map stored in the exchange property 'CamelSap.destinationPropertiesMap'.
|
static void |
addServerPropertiesToExchange(SapRfcServerEndpoint endpoint,
org.apache.camel.Exchange exchange)
Adds the server properties of the endpoint to the map stored in the exchange property 'CamelSap.serverPropertiesMap'.
|
static void |
addServerPropertiesToExchange(SapTransactionalIDocListServerEndpoint endpoint,
org.apache.camel.Exchange exchange)
Adds the server properties of the endpoint to the map stored in the exchange property 'CamelSap.serverPropertiesMap'.
|
static void |
addServerPropertiesToExchange(String serverName,
org.apache.camel.Exchange exchange)
Adds the server properties of the endpoint to the map stored in the exchange property 'CamelSap.serverPropertiesMap'.
|
public static void addDestinationPropertiesToExchange(SapRfcDestinationEndpoint endpoint, org.apache.camel.Exchange exchange)
endpoint
- - the endpoint whose destination properties are added to the map.exchange
- - the exchange containing the map property.public static void addDestinationPropertiesToExchange(SapIDocDestinationEndpoint endpoint, org.apache.camel.Exchange exchange)
endpoint
- - the endpoint whose destination properties are added to the map.exchange
- - the exchange containing the map property.public static void addDestinationPropertiesToExchange(String destinationName, org.apache.camel.Exchange exchange)
destinationNme
- - the name of destination whose destination properties are added to the map.exchange
- - the exchange containing the map property.public static void addServerPropertiesToExchange(SapRfcServerEndpoint endpoint, org.apache.camel.Exchange exchange)
endpoint
- - the endpoint whose server properties are added to the map.exchange
- - the exchange containing the map property.public static void addServerPropertiesToExchange(SapTransactionalIDocListServerEndpoint endpoint, org.apache.camel.Exchange exchange)
endpoint
- - the endpoint whose server properties are added to the map.exchange
- - the exchange containing the map property.public static void addServerPropertiesToExchange(String serverName, org.apache.camel.Exchange exchange)
endpoint
- - the endpoint whose server properties are added to the map.exchange
- - the exchange containing the map property.Apache Camel