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
 

Methods in org.apache.camel.view that return NodeData
protected  NodeData GraphGeneratorSupport.getNodeData(Object node)
           
protected  NodeData RouteDotGenerator.printNode(PrintWriter writer, NodeData fromData, ProcessorType node)
           
protected  NodeData XmlGraphGenerator.printNode(PrintWriter writer, NodeData fromData, ProcessorType 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, ProcessorType node)
           
protected  NodeData XmlGraphGenerator.printNode(PrintWriter writer, NodeData fromData, ProcessorType node)
           
protected  void XmlGraphGenerator.printRoute(PrintWriter writer, RouteType route, NodeData nodeData)
           
 



Copyright © 2009 IONA Open Source Community. All Rights Reserved.