org.apache.camel.component.bean
Class BeanExchange
java.lang.Object
org.apache.camel.impl.DefaultExchange
org.apache.camel.component.bean.BeanExchange
- All Implemented Interfaces:
- Exchange
public class BeanExchange
- extends DefaultExchange
Exchange for the bean component.
- Version:
- $Revision: 41830 $
Methods inherited from class org.apache.camel.impl.DefaultExchange |
configureMessage, copy, copyFrom, createFaultMessage, createInMessage, createOutMessage, getContext, getException, getExchangeId, getFault, getFault, getIn, getOut, getOut, getPattern, getProperties, getProperty, getProperty, getUnitOfWork, isFailed, isTransacted, removeProperty, setException, setExchangeId, setFault, setIn, setOut, setPattern, setProperties, setProperty, setUnitOfWork, throwException, toString |
BeanExchange
public BeanExchange(CamelContext context,
ExchangePattern pattern)
BeanExchange
public BeanExchange(DefaultExchange parent)
getInvocation
public BeanInvocation getInvocation()
setInvocation
public void setInvocation(BeanInvocation invocation)
newInstance
public Exchange newInstance()
- Description copied from interface:
Exchange
- Creates a new exchange instance with empty messages, headers and properties
- Specified by:
newInstance
in interface Exchange
- Overrides:
newInstance
in class DefaultExchange
Copyright © 2009 IONA Open Source Community. All Rights Reserved.