Uses of Interface
planet.commonapi.factory.EndPointFactory

Packages that use EndPointFactory
planet.commonapi.factory   
planet.generic.commonapi.factory   
 

Uses of EndPointFactory in planet.commonapi.factory
 

Methods in planet.commonapi.factory that return EndPointFactory
 EndPointFactory EndPointFactory.setValues(java.lang.Class endPoint)
          Sets initial values for this EndPointFactory.
 

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
 EndPointFactory EndPointFactoryImpl.setValues(java.lang.Class endPoint)
          Sets initial values for this EndPointFactory.
static EndPointFactory GenericFactory.buildEndPointFactory()
          Builds a new instance of EndPointFactory following the current configuration.
static EndPointFactory GenericFactory.getDefaultEndPointFactory()
          Return the EndPointFactory that is used internally to invoke the endpoint factory methods.