Uses of Class
org.granite.config.flex.EndPoint

Packages that use EndPoint
org.granite.config.flex   
 

Uses of EndPoint in org.granite.config.flex
 

Methods in org.granite.config.flex that return EndPoint
static EndPoint EndPoint.forElement(XMap element)
           
 EndPoint Channel.getEndPoint()
           
 

Constructors in org.granite.config.flex with parameters of type EndPoint
Channel(String id, String className, EndPoint endPoint, XMap properties)