org.apache.camel.component.cxf.transport
Class CamelDestination.ConsumerProcessor
java.lang.Object
org.apache.camel.component.cxf.transport.CamelDestination.ConsumerProcessor
- All Implemented Interfaces:
- Processor
- Enclosing class:
- CamelDestination
protected class CamelDestination.ConsumerProcessor
- extends Object
- implements Processor
|
Method Summary |
void |
process(Exchange exchange)
Processes the message exchange |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelDestination.ConsumerProcessor
protected CamelDestination.ConsumerProcessor()
process
public void process(Exchange exchange)
- Description copied from interface:
Processor
- Processes the message exchange
- Specified by:
process in interface Processor
- Parameters:
exchange - the message exchange
Apache CAMEL