org.apache.camel.component.bean
Class BeanExchange

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

public class BeanExchange
extends DefaultExchange

Version:
$Revision: 519901 $

Field Summary
 
Fields inherited from class org.apache.camel.impl.DefaultExchange
context
 
Constructor Summary
BeanExchange(CamelContext context)
           
 
Method Summary
 BeanInvocation getInvocation()
           
 Exchange newInstance()
           
 void setInvocation(BeanInvocation 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

BeanExchange

public BeanExchange(CamelContext context)
Method Detail

getInvocation

public BeanInvocation getInvocation()

setInvocation

public void setInvocation(BeanInvocation invocation)

newInstance

public Exchange newInstance()
Overrides:
newInstance in class DefaultExchange


Copyright © 2007 Apache Software Foundation. All Rights Reserved.