Uses of Interface
org.apache.hivemind.internal.ServicePoint

Packages that use ServicePoint
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
org.apache.hivemind.internal   
org.apache.hivemind.parse Classes used to parse HiveMind module deployment descriptors, and descriptor objects that represent the parsed information. 
 

Uses of ServicePoint in org.apache.hivemind.impl
 

Subinterfaces of ServicePoint in org.apache.hivemind.impl
 interface ConstructableServicePoint
          "Private" interface used by a org.apache.hivemind.ServiceModel to access non-public information about a ConstructableServicePoint, such as its instance builder and interceptors.
 

Classes in org.apache.hivemind.impl that implement ServicePoint
 class ServicePointImpl
          Abstract implementation of ServicePoint.
 

Methods in org.apache.hivemind.impl that return ServicePoint
 ServicePoint RegistryImpl.getServicePoint(java.lang.String serviceId)
           
 ServicePoint ModuleImpl.getServicePoint(java.lang.String serviceId)
           
 ServicePoint InvokeFactoryServiceConstructor.getServiceExtensionPoint()
           
 

Methods in org.apache.hivemind.impl with parameters of type ServicePoint
 void RegistryImpl.addServicePoint(ServicePoint point)
           
static java.lang.Object ProxyUtils.createDelegatingProxy(java.lang.String type, ServiceModel serviceModel, java.lang.String delegationMethodName, ServicePoint servicePoint, ShutdownCoordinator shutdownCoordinator)
          Creates a class that implements the service interface.
 void InvokeFactoryServiceConstructor.setServiceExtensionPoint(ServicePoint point)
           
 

Constructors in org.apache.hivemind.impl with parameters of type ServicePoint
ProxyBuilder(java.lang.String type, ServicePoint point)
          Constructs a new builder.
InterceptorStackImpl(org.apache.commons.logging.Log log, ServicePoint sep, java.lang.Object root)
           
 

Uses of ServicePoint in org.apache.hivemind.internal
 

Methods in org.apache.hivemind.internal that return ServicePoint
 ServicePoint RegistryInfrastructure.getServicePoint(java.lang.String serviceId)
          Returns the identified service extension point.
 ServicePoint Module.getServicePoint(java.lang.String serviceId)
          Returns the identified service extension point.
 

Uses of ServicePoint in org.apache.hivemind.parse
 

Methods in org.apache.hivemind.parse with parameters of type ServicePoint
 ServiceImplementationConstructor InvokeFactoryDescriptor.createConstructor(ServicePoint point, Module contributingModule)
           
 ServiceImplementationConstructor InstanceBuilder.createConstructor(ServicePoint point, Module contributingModule)
          Returns an instance of ServiceImplementationConstructor that will ultimately create the service implementation instance.
 ServiceImplementationConstructor CreateInstanceDescriptor.createConstructor(ServicePoint point, Module contributingModule)