Constructor and Description |
---|
DoCatchRouteNode() |
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()
RouteNode
getProcessor
in interface RouteNode
public ProcessorDefinition<?> getProcessorDefinition()
RouteNode
getProcessorDefinition
in interface RouteNode
public String getLabel(Exchange exchange)
RouteNode
public boolean isAbstract()
RouteNode
Some nodes that represent intermediate steps are abstract, for instance with onException, onCompletion or intercept
isAbstract
in interface RouteNode
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.