org.apache.camel.processor
Class InterceptorProcessor<E>
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.processor.InterceptorProcessor<E>
- All Implemented Interfaces:
- Processor<E>, Service
public class InterceptorProcessor<E>
- extends ServiceSupport
- implements Processor<E>
- Version:
- $Revision: 519941 $
next
protected Processor<E> next
InterceptorProcessor
public InterceptorProcessor()
process
public void process(E exchange)
- Description copied from interface:
Processor
- Processes the message exchange
- Specified by:
process
in interface Processor<E>
toString
public String toString()
- Overrides:
toString
in class Object
getNext
public Processor<E> getNext()
setNext
public void setNext(Processor<E> next)
doStart
protected void doStart()
throws Exception
- Specified by:
doStart
in class ServiceSupport
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Specified by:
doStop
in class ServiceSupport
- Throws:
Exception
Copyright © 2007 Apache Software Foundation. All Rights Reserved.