org.mule.component.simple
Class PassThroughComponent
java.lang.Object
org.mule.component.AbstractComponent
org.mule.component.simple.PassThroughComponent
- All Implemented Interfaces:
- AnnotatedObject, 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, getAnnotation, getAnnotations, getFlowConstruct, getInterceptors, getName, getStatistics, initialise, process, release, setAnnotations, 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-2012 MuleSoft, Inc.. All Rights Reserved.