| Constructor and Description |
|---|
DoFinallyRouteNode() |
| 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 Processor getProcessor()
RouteNodegetProcessor in interface RouteNodepublic ProcessorDefinition<?> getProcessorDefinition()
RouteNodegetProcessorDefinition in interface RouteNodepublic String getLabel(Exchange exchange)
RouteNodepublic boolean isAbstract()
RouteNodeisAbstract in interface RouteNodeApache CAMEL