org.apache.camel.processor
Class SendProcessor
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.processor.SendProcessor
- All Implemented Interfaces:
- Processor, Service
public class SendProcessor
- extends ServiceSupport
- implements Processor, Service
- Version:
- $Revision: 534145 $
SendProcessor
public SendProcessor(Endpoint destination)
doStop
protected void doStop()
throws Exception
- Specified by:
doStop
in class ServiceSupport
- Throws:
Exception
doStart
protected void doStart()
throws Exception
- Specified by:
doStart
in class ServiceSupport
- Throws:
Exception
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.
getDestination
public Endpoint getDestination()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2007 Apache Software Foundation. All Rights Reserved.