org.apache.camel
Class SendProcessor<E>
java.lang.Object
org.apache.camel.SendProcessor<E>
- All Implemented Interfaces:
- Processor<E>
public class SendProcessor<E>
- extends Object
- implements Processor<E>
- Version:
- $Revision: 519941 $
SendProcessor
public SendProcessor(Endpoint<E> destination)
onExchange
public void onExchange(E exchange)
- Description copied from interface:
Processor
- Processes the message exchange
- Specified by:
onExchange
in interface Processor<E>
getDestination
public Endpoint<E> getDestination()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2007 Apache Software Foundation. All Rights Reserved.