Uses of Interface
planet.commonapi.factory.EndPointFactory

Packages that use EndPointFactory
planet.generic.commonapi.factory   
 

Uses of EndPointFactory in planet.generic.commonapi.factory
 

Classes in planet.generic.commonapi.factory that implement EndPointFactory
 class EndPointFactoryImpl
          This class uses the Factory Method pattern design to build new EndPoints.
 

Methods in planet.generic.commonapi.factory that return EndPointFactory
static EndPointFactory GenericFactory.getEndPointFactory()
          Builds a new instance of EndPointFactory.
static EndPointFactory GenericFactory.getEndPointFactory(java.lang.String propertiesFile)
          Builds a new instance of EndPointFactory.