|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.camel.impl.DefaultRouteNode
public class DefaultRouteNode
A default implementation of the RouteNode
Constructor Summary | |
---|---|
DefaultRouteNode(ProcessorDefinition<?> processorDefinition,
Expression expression)
|
|
DefaultRouteNode(ProcessorDefinition<?> processorDefinition,
Processor processor)
|
Method Summary | |
---|---|
String |
getLabel(Exchange exchange)
Gets a label about this node to be used for tracing or tooling etc. |
Processor |
getProcessor()
Gets the actual processor this node represents. |
ProcessorDefinition<?> |
getProcessorDefinition()
Gets the model definition that represents this node |
boolean |
isAbstract()
Whether this node is abstract (no real processor under the cover). |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultRouteNode(ProcessorDefinition<?> processorDefinition, Processor processor)
public DefaultRouteNode(ProcessorDefinition<?> processorDefinition, Expression expression)
Method Detail |
---|
public Processor getProcessor()
RouteNode
getProcessor
in interface RouteNode
public ProcessorDefinition<?> getProcessorDefinition()
RouteNode
getProcessorDefinition
in interface RouteNode
public String getLabel(Exchange exchange)
RouteNode
getLabel
in interface RouteNode
exchange
- the current exchange
public boolean isAbstract()
RouteNode
isAbstract
in interface RouteNode
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |