Uses of Class
org.apache.camel.view.NodeData

Packages that use NodeData
org.apache.camel.view Helper class to help with the Visualisation of Routes 
 

Uses of NodeData in org.apache.camel.view
 

Fields in org.apache.camel.view with type parameters of type NodeData
protected  Map<Object,NodeData> GraphSupport.nodeMap
           
 

Methods in org.apache.camel.view that return NodeData
protected  NodeData GraphSupport.getNodeData(Object node)
           
protected  NodeData RouteDotGenerator.printNode(PrintWriter writer, NodeData fromData, ProcessorDefinition<?> node)
           
protected  NodeData XmlGraphGenerator.printNode(PrintWriter writer, NodeData fromData, ProcessorDefinition<?> node)
           
 

Methods in org.apache.camel.view with parameters of type NodeData
protected  void RouteDotGenerator.printNode(PrintWriter writer, NodeData data)
           
protected  void XmlGraphGenerator.printNode(PrintWriter writer, NodeData data)
           
protected  NodeData RouteDotGenerator.printNode(PrintWriter writer, NodeData fromData, ProcessorDefinition<?> node)
           
protected  NodeData XmlGraphGenerator.printNode(PrintWriter writer, NodeData fromData, ProcessorDefinition<?> node)
           
protected  void XmlGraphGenerator.printRoute(PrintWriter writer, RouteDefinition route, NodeData nodeData)
           
 



Apache CAMEL