org.apache.camel.view
Class XmlGraphGenerator
java.lang.Object
org.apache.camel.view.GraphGeneratorSupport
org.apache.camel.view.XmlGraphGenerator
public class XmlGraphGenerator
- extends GraphGeneratorSupport
- Version:
- $Revision: 382 $
Method Summary |
protected String |
encode(String text)
|
protected void |
generateFile(PrintWriter writer,
Map<String,List<RouteType>> map)
|
protected void |
printNode(PrintWriter writer,
NodeData data)
|
protected NodeData |
printNode(PrintWriter writer,
NodeData fromData,
ProcessorType node)
|
protected void |
printRoute(PrintWriter writer,
RouteType route,
NodeData nodeData)
|
protected void |
printRoutes(PrintWriter writer,
Map<String,List<RouteType>> map)
|
protected void |
printRoutes(PrintWriter writer,
String group,
List<RouteType> routes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlGraphGenerator
public XmlGraphGenerator(String dir)
generateFile
protected void generateFile(PrintWriter writer,
Map<String,List<RouteType>> map)
- Specified by:
generateFile
in class GraphGeneratorSupport
printRoutes
protected void printRoutes(PrintWriter writer,
Map<String,List<RouteType>> map)
printRoutes
protected void printRoutes(PrintWriter writer,
String group,
List<RouteType> routes)
printRoute
protected void printRoute(PrintWriter writer,
RouteType route,
NodeData nodeData)
printNode
protected NodeData printNode(PrintWriter writer,
NodeData fromData,
ProcessorType node)
printNode
protected void printNode(PrintWriter writer,
NodeData data)
encode
protected String encode(String text)
Copyright © 2009 IONA Open Source Community. All Rights Reserved.