Package | Description |
---|---|
org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
Modifier and Type | Method and Description |
---|---|
static DefaultExchangeHolder |
DefaultExchangeHolder.marshal(org.apache.camel.Exchange exchange)
Creates a payload object with the information from the given exchange.
|
static DefaultExchangeHolder |
DefaultExchangeHolder.marshal(org.apache.camel.Exchange exchange,
boolean includeProperties)
Creates a payload object with the information from the given exchange.
|
static DefaultExchangeHolder |
DefaultExchangeHolder.marshal(org.apache.camel.Exchange exchange,
boolean includeProperties,
boolean allowSerializedHeaders)
Creates a payload object with the information from the given exchange.
|
static DefaultExchangeHolder |
DefaultExchangeHolder.marshal(org.apache.camel.Exchange exchange,
boolean includeProperties,
boolean allowSerializedHeaders,
boolean preserveExchangeId)
Creates a payload object with the information from the given exchange.
|
Modifier and Type | Method and Description |
---|---|
static void |
DefaultExchangeHolder.addProperty(DefaultExchangeHolder payload,
String key,
Serializable property)
Adds a property to the payload.
|
static void |
DefaultExchangeHolder.unmarshal(org.apache.camel.Exchange exchange,
DefaultExchangeHolder payload)
Transfers the information from the payload to the exchange.
|
Apache Camel