org.apache.camel.impl
Class EventDrivenConsumerRoute
java.lang.Object
org.apache.camel.impl.DefaultRoute
org.apache.camel.impl.EventDrivenConsumerRoute
- All Implemented Interfaces:
- Route
public class EventDrivenConsumerRoute
- extends DefaultRoute
A DefaultRoute
which starts with an
Event Driven Consumer
- Version:
- $Revision: 769303 $
EventDrivenConsumerRoute
public EventDrivenConsumerRoute(Endpoint endpoint,
Processor processor)
toString
public String toString()
- Overrides:
toString
in class DefaultRoute
getProcessor
public Processor getProcessor()
addServices
protected void addServices(List<Service> services)
throws Exception
- Factory method to lazily create the complete list of services required for this route
such as adding the processor or consumer
- Overrides:
addServices
in class DefaultRoute
- Throws:
Exception
navigate
public Navigate<Processor> navigate()
- Description copied from interface:
Route
- Returns a navigator to navigate this route by navigating all the
Processor
s.
- Returns:
- a navigator for
Processor
.
Copyright © 2009 Apache Software Foundation. All Rights Reserved.