org.apache.camel.processor
Class RoutePolicyProcessor

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.processor.DelegateProcessor
          extended by org.apache.camel.processor.RoutePolicyProcessor
All Implemented Interfaces:
Navigate<Processor>, Processor, Service

public class RoutePolicyProcessor
extends DelegateProcessor

Version:
$Revision: 831859 $

Field Summary
 
Fields inherited from class org.apache.camel.processor.DelegateProcessor
processor
 
Constructor Summary
RoutePolicyProcessor(Processor processor, RoutePolicy routePolicy)
           
 
Method Summary
protected  void processNext(Exchange exchange)
           
 void setRoute(Route route)
           
 String toString()
           
 
Methods inherited from class org.apache.camel.processor.DelegateProcessor
doStart, doStop, getProcessor, hasNext, next, proceed, process, setProcessor
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoutePolicyProcessor

public RoutePolicyProcessor(Processor processor,
                            RoutePolicy routePolicy)
Method Detail

toString

public String toString()
Overrides:
toString in class DelegateProcessor

processNext

protected void processNext(Exchange exchange)
                    throws Exception
Overrides:
processNext in class DelegateProcessor
Throws:
Exception

setRoute

public void setRoute(Route route)


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.