|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 RouteNodepublic ProcessorDefinition getProcessorDefinition()
RouteNode
getProcessorDefinition in interface RouteNodepublic String getLabel(Exchange exchange)
RouteNode
getLabel in interface RouteNodeexchange - the current exchange
public boolean isAbstract()
RouteNode
isAbstract in interface RouteNodepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||