Class EndpointLifecycleManagerFactoryImpl
java.lang.Object
org.apache.axis2.jaxws.server.endpoint.lifecycle.factory.impl.EndpointLifecycleManagerFactoryImpl
- All Implemented Interfaces:
EndpointLifecycleManagerFactory
public class EndpointLifecycleManagerFactoryImpl
extends Object
implements EndpointLifecycleManagerFactory
This is the supplied implementation of the EndpointLifecycleManagerFactory.
This will return an instance capable of creating instances of web service
endpoint objects.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EndpointLifecycleManagerFactoryImpl
public EndpointLifecycleManagerFactoryImpl()
-
-
Method Details
-
createEndpointLifecycleManager
public EndpointLifecycleManager createEndpointLifecycleManager(Object endpointInstance) throws EndpointLifecycleException - Specified by:
createEndpointLifecycleManagerin interfaceEndpointLifecycleManagerFactory- Throws:
EndpointLifecycleException
-
createEndpointLifecycleManager
- Specified by:
createEndpointLifecycleManagerin interfaceEndpointLifecycleManagerFactory
-