Uses of Class
org.apache.camel.support.DefaultExchangeHolder
Packages that use DefaultExchangeHolder
Package
Description
Base classes that help to implement the camel API and are expected to be extended by the user
-
Uses of DefaultExchangeHolder in org.apache.camel.support
Methods in org.apache.camel.support that return DefaultExchangeHolderModifier and TypeMethodDescriptionstatic DefaultExchangeHolderDefaultExchangeHolder.marshal(org.apache.camel.Exchange exchange) Creates a payload object with the information from the given exchange.static DefaultExchangeHolderDefaultExchangeHolder.marshal(org.apache.camel.Exchange exchange, boolean includeProperties) Creates a payload object with the information from the given exchange.static DefaultExchangeHolderDefaultExchangeHolder.marshal(org.apache.camel.Exchange exchange, boolean includeProperties, boolean allowSerializedHeaders) Creates a payload object with the information from the given exchange.static DefaultExchangeHolderDefaultExchangeHolder.marshal(org.apache.camel.Exchange exchange, boolean includeProperties, boolean allowSerializedHeaders, boolean preserveExchangeId) Creates a payload object with the information from the given exchange.Methods in org.apache.camel.support with parameters of type DefaultExchangeHolderModifier and TypeMethodDescriptionstatic voidDefaultExchangeHolder.addProperty(DefaultExchangeHolder payload, String key, Serializable property) Adds a property to the payload.static voidDefaultExchangeHolder.unmarshal(org.apache.camel.Exchange exchange, DefaultExchangeHolder payload) Transfers the information from the payload to the exchange.