org.apache.camel.pojo
Class PojoExchange
java.lang.Object
org.apache.camel.impl.DefaultExchange
org.apache.camel.pojo.PojoExchange
- All Implemented Interfaces:
- Exchange
public class PojoExchange
- extends DefaultExchange
- Version:
- $Revision: 519901 $
Methods inherited from class org.apache.camel.impl.DefaultExchange |
copy, copyFrom, createInMessage, createOutMessage, getContext, getException, getExchangeId, getFault, getHeaders, getIn, getOut, setException, setExchangeId, setFault, setHeaders, setIn, setOut |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PojoExchange
public PojoExchange(CamelContext context)
getInvocation
public PojoInvocation getInvocation()
setInvocation
public void setInvocation(PojoInvocation invocation)
newInstance
public Exchange newInstance()
- Overrides:
newInstance
in class DefaultExchange
Copyright © 2007 Apache Software Foundation. All Rights Reserved.