org.mule.component.simple
Class PassThroughComponent
java.lang.Object
org.mule.component.AbstractComponent
org.mule.component.simple.PassThroughComponent
- All Implemented Interfaces:
- Component, Disposable, Initialisable, Lifecycle, Startable, Stoppable
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 |
checkDisposed, dispose, doDispose, doInitialise, doStart, doStop, fireComponentNotification, getService, getStatistics, initialise, onCall, release, setService, start, stop, toString |
PassThroughComponent
public PassThroughComponent()
doOnCall
protected MuleMessage doOnCall(MuleEvent event)
throws Exception
- Specified by:
doOnCall
in class AbstractComponent
- Throws:
Exception
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.