org.mule.tools.visualizer.components
Class EndpointRegistry

java.lang.Object
  extended by org.mule.tools.visualizer.components.EndpointRegistry

public class EndpointRegistry
extends Object


Constructor Summary
EndpointRegistry(GraphEnvironment env)
           
 
Method Summary
 void addEndpoint(String url, com.oy.shared.lm.graph.GraphNode out)
           
 com.oy.shared.lm.graph.GraphNode getEndpoint(String uri, String componentName)
           
 com.oy.shared.lm.graph.GraphNode[] getVirtualEndpoint(String componentName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointRegistry

public EndpointRegistry(GraphEnvironment env)
Method Detail

getVirtualEndpoint

public com.oy.shared.lm.graph.GraphNode[] getVirtualEndpoint(String componentName)

getEndpoint

public com.oy.shared.lm.graph.GraphNode getEndpoint(String uri,
                                                    String componentName)

addEndpoint

public void addEndpoint(String url,
                        com.oy.shared.lm.graph.GraphNode out)


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