org.mule.component.simple
Class PassThroughComponent
java.lang.Object
org.mule.component.AbstractComponent
org.mule.component.simple.PassThroughComponent
- All Implemented Interfaces:
- Component, FlowConstructAware, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, MessageProcessor
public class PassThroughComponent
- extends AbstractComponent
PassThroughComponent will simply return the payload back as the
result. This typically you don't need to specify this, since it is used by
default.
| Methods inherited from class org.mule.component.AbstractComponent |
createResultEvent, dispose, doDispose, doInitialise, doStart, doStop, fireComponentNotification, getFlowConstruct, getInterceptors, getStatistics, initialise, process, release, setFlowConstruct, setInterceptors, setMuleContext, start, stop, toString |
PassThroughComponent
public PassThroughComponent()
doInvoke
protected Object doInvoke(MuleEvent event)
throws Exception
- Specified by:
doInvoke in class AbstractComponent
- Throws:
Exception
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.