org.granite.config.flex
Class EndPoint

java.lang.Object
  extended by org.granite.config.flex.EndPoint

public class EndPoint
extends Object

Author:
Franck WOLFF

Constructor Summary
EndPoint(String uri, String className)
           
 
Method Summary
static EndPoint forElement(XMap element)
           
 String getClassName()
           
 String getUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndPoint

public EndPoint(String uri,
                String className)
Method Detail

getUri

public String getUri()

getClassName

public String getClassName()

forElement

public static EndPoint forElement(XMap element)