|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.impl.DoCatchRouteNode
public class DoCatchRouteNode
Constructor Summary | |
---|---|
DoCatchRouteNode()
|
Method Summary | |
---|---|
java.lang.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). |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DoCatchRouteNode()
Method Detail |
---|
public Processor getProcessor()
RouteNode
getProcessor
in interface RouteNode
public ProcessorDefinition<?> getProcessorDefinition()
RouteNode
getProcessorDefinition
in interface RouteNode
public java.lang.String getLabel(Exchange exchange)
RouteNode
getLabel
in interface RouteNode
exchange
- the current exchange
public boolean isAbstract()
RouteNode
isAbstract
in interface RouteNode
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |