|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RouteNode
Represents a model of a node in the runtime route path.
| 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). |
| Method Detail |
|---|
Processor getProcessor()
ProcessorDefinition getProcessorDefinition()
String getLabel(Exchange exchange)
exchange - the current exchange
boolean isAbstract()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||