| Package | Description |
|---|---|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultExchangeHolder |
DefaultExchangeHolder.marshal(Exchange exchange)
Creates a payload object with the information from the given exchange.
|
static DefaultExchangeHolder |
DefaultExchangeHolder.marshal(Exchange exchange,
boolean includeProperties)
Creates a payload object with the information from the given exchange.
|
static DefaultExchangeHolder |
DefaultExchangeHolder.marshal(Exchange exchange,
boolean includeProperties,
boolean allowSerializedHeaders)
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(Exchange exchange,
DefaultExchangeHolder payload)
Transfers the information from the payload to the exchange.
|
Apache Camel