org.mule.tools.visualizer.processor
Class InboundFilterProcessor

java.lang.Object
  extended byorg.mule.tools.visualizer.processor.TagProcessor
      extended byorg.mule.tools.visualizer.processor.InboundFilterProcessor

public class InboundFilterProcessor
extends TagProcessor


Constructor Summary
InboundFilterProcessor(GraphEnvironment environment, com.oy.shared.lm.graph.GraphNode endpointNode)
           
 
Method Summary
 void process(com.oy.shared.lm.graph.Graph graph, org.jdom.Element currentElement, com.oy.shared.lm.graph.GraphNode parent)
           
 void processInboundFilter(com.oy.shared.lm.graph.Graph graph, org.jdom.Element endpoint, com.oy.shared.lm.graph.GraphNode endpointNode, com.oy.shared.lm.graph.GraphNode parent)
           
 
Methods inherited from class org.mule.tools.visualizer.processor.TagProcessor
addEdge, addRelation, appendAttribute, appendDescription, appendProfiles, appendProperties, getEnvironment, ignoreAttribute, isTwoWay, lookupPropertyTemplate, setEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboundFilterProcessor

public InboundFilterProcessor(GraphEnvironment environment,
                              com.oy.shared.lm.graph.GraphNode endpointNode)
Method Detail

process

public void process(com.oy.shared.lm.graph.Graph graph,
                    org.jdom.Element currentElement,
                    com.oy.shared.lm.graph.GraphNode parent)
Specified by:
process in class TagProcessor

processInboundFilter

public void processInboundFilter(com.oy.shared.lm.graph.Graph graph,
                                 org.jdom.Element endpoint,
                                 com.oy.shared.lm.graph.GraphNode endpointNode,
                                 com.oy.shared.lm.graph.GraphNode parent)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.