| Constructor and Description |
|---|
DefaultRouteNode(ProcessorDefinition<?> processorDefinition,
Expression expression) |
DefaultRouteNode(ProcessorDefinition<?> processorDefinition,
Processor processor) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public DefaultRouteNode(ProcessorDefinition<?> processorDefinition, Processor processor)
public DefaultRouteNode(ProcessorDefinition<?> processorDefinition, Expression expression)
public Processor getProcessor()
RouteNodegetProcessor in interface RouteNodepublic ProcessorDefinition<?> getProcessorDefinition()
RouteNodegetProcessorDefinition in interface RouteNodepublic String getLabel(Exchange exchange)
RouteNodepublic boolean isAbstract()
RouteNodeisAbstract in interface RouteNodeApache Camel