org.apache.camel
Class SendProcessor<E>

java.lang.Object
  extended by org.apache.camel.SendProcessor<E>
All Implemented Interfaces:
Processor<E>

public class SendProcessor<E>
extends Object
implements Processor<E>

Version:
$Revision: 519941 $

Constructor Summary
SendProcessor(Endpoint<E> destination)
           
 
Method Summary
 Endpoint<E> getDestination()
           
 void onExchange(E exchange)
          Processes the message exchange
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SendProcessor

public SendProcessor(Endpoint<E> destination)
Method Detail

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.