org.apache.camel
Class InterceptorProcessor<E>

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

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

Version:
$Revision: 519941 $

Field Summary
protected  Processor<E> next
           
 
Constructor Summary
InterceptorProcessor()
           
 
Method Summary
 Processor<E> getNext()
           
 void onExchange(E exchange)
          Processes the message exchange
 void setNext(Processor<E> next)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

next

protected Processor<E> next
Constructor Detail

InterceptorProcessor

public InterceptorProcessor()
Method Detail

onExchange

public void onExchange(E exchange)
Description copied from interface: Processor
Processes the message exchange

Specified by:
onExchange in interface Processor<E>

toString

public String toString()
Overrides:
toString in class Object

getNext

public Processor<E> getNext()

setNext

public void setNext(Processor<E> next)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.