org.apache.camel.processor
Class InterceptEndpointProcessor
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.processor.DelegateAsyncProcessor
org.apache.camel.processor.InterceptEndpointProcessor
- All Implemented Interfaces:
- AsyncProcessor, Navigate<Processor>, Processor, Service, ShutdownableService
public class InterceptEndpointProcessor
- extends DelegateAsyncProcessor
Endpoint intercept processor so we know the processor is supposed to intercept an endpoint.
- Version:
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
InterceptEndpointProcessor
public InterceptEndpointProcessor(String uri,
Processor processor)
toString
public String toString()
- Overrides:
toString in class DelegateAsyncProcessor
Apache CAMEL