Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.hivemind
Interface ServiceImplementationFactory  view ServiceImplementationFactory download ServiceImplementationFactory.java


public interface ServiceImplementationFactory

Interface for an object that can create a service's core implementation.


Method Summary
 java.lang.Object createCoreServiceImplementation(ServiceImplementationFactoryParameters factoryParameters)
          Creates a core implementation object for a particular service extension point.
 

Method Detail

createCoreServiceImplementation

public java.lang.Object createCoreServiceImplementation(ServiceImplementationFactoryParameters factoryParameters)
Creates a core implementation object for a particular service extension point. Typically, the factory creates an instance and modifies it to implement the necessary interface (in much the same way that an ServiceInterceptorFactory would). Incompatible change from 1.0: A long list of individual parameters have been collapsed down into the factoryParameters.