Uses of Class
org.apache.camel.impl.DefaultExchangeHolder

Packages that use DefaultExchangeHolder
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of DefaultExchangeHolder in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return DefaultExchangeHolder
static DefaultExchangeHolder DefaultExchangeHolder.marshal(Exchange exchange)
          Creates a payload object with the information from the given exchange.
 

Methods in org.apache.camel.impl with parameters of type DefaultExchangeHolder
static void DefaultExchangeHolder.unmarshal(Exchange exchange, DefaultExchangeHolder payload)
          Transfers the information from the payload to the exchange.
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.