public class PredicateValidatingProcessor
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.Processor, org.apache.camel.Traceable
Predicate.| Constructor and Description |
|---|
PredicateValidatingProcessor(org.apache.camel.Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
org.apache.camel.Predicate |
getPredicate() |
String |
getTraceLabel() |
void |
process(org.apache.camel.Exchange exchange) |
String |
toString() |
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, 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 PredicateValidatingProcessor(org.apache.camel.Predicate predicate)
public void process(org.apache.camel.Exchange exchange)
throws Exception
process in interface org.apache.camel.ProcessorExceptionpublic org.apache.camel.Predicate getPredicate()
public String getTraceLabel()
getTraceLabel in interface org.apache.camel.Traceableprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.service.BaseServiceExceptionApache Camel