org.apache.camel.processor
Class DelegateProcessor
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.processor.DelegateProcessor
- All Implemented Interfaces:
- Processor, Service
public class DelegateProcessor
- extends ServiceSupport
- implements Processor
A Delegate pattern which delegates processing to a nested processor which can be useful for implementation inheritence
when writing an Policy
- Version:
- $Revision: 519941 $
next
protected Processor next
DelegateProcessor
public DelegateProcessor()
DelegateProcessor
public DelegateProcessor(Processor next)
process
public void process(Exchange exchange)
throws Exception
- Description copied from interface:
Processor
- Processes the message exchange
- Specified by:
process
in interface Processor
- Throws:
Exception
- if an internal processing error has occurred.
processNext
protected void processNext(Exchange exchange)
throws Exception
- Throws:
Exception
toString
public String toString()
- Overrides:
toString
in class Object
getNext
public Processor getNext()
setNext
public void setNext(Processor 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.