public class WrapProcessor
extends org.apache.camel.support.processor.DelegateAsyncProcessor
| Constructor and Description |
|---|
WrapProcessor(org.apache.camel.Processor processor,
org.apache.camel.Processor wrapped) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
List<org.apache.camel.Processor> |
next() |
String |
toString() |
doShutdown, getProcessor, hasNext, process, setProcessor, setProcessorbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic WrapProcessor(org.apache.camel.Processor processor,
org.apache.camel.Processor wrapped)
public String toString()
toString in class org.apache.camel.support.processor.DelegateAsyncProcessorpublic List<org.apache.camel.Processor> next()
next in interface org.apache.camel.Navigate<org.apache.camel.Processor>next in class org.apache.camel.support.processor.DelegateAsyncProcessorprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.processor.DelegateAsyncProcessorExceptionApache Camel