org.apache.camel.component.pojo
Class PojoExchange

java.lang.Object
  extended by org.apache.camel.impl.DefaultExchange
      extended by org.apache.camel.component.pojo.PojoExchange
All Implemented Interfaces:
Exchange

public class PojoExchange
extends DefaultExchange

Version:
$Revision: 519901 $

Field Summary
 
Fields inherited from class org.apache.camel.impl.DefaultExchange
context
 
Constructor Summary
PojoExchange(CamelContext context)
           
 
Method Summary
 PojoInvocation getInvocation()
           
 Exchange newInstance()
           
 void setInvocation(PojoInvocation invocation)
           
 
Methods inherited from class org.apache.camel.impl.DefaultExchange
configureMessage, copy, copyFrom, createInMessage, createOutMessage, getContext, getException, getExchangeId, getFault, getIn, getOut, getOut, getProperties, getProperty, getProperty, setException, setExchangeId, setFault, setIn, setOut, setProperties, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PojoExchange

public PojoExchange(CamelContext context)
Method Detail

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.