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 Constructor Description EndpointLifecycleManagerFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointLifecycleManager
createEndpointLifecycleManager()
EndpointLifecycleManager
createEndpointLifecycleManager(Object endpointInstance)
-
-
-
Method Detail
-
createEndpointLifecycleManager
public EndpointLifecycleManager createEndpointLifecycleManager(Object endpointInstance) throws EndpointLifecycleException
- Specified by:
createEndpointLifecycleManager
in interfaceEndpointLifecycleManagerFactory
- Throws:
EndpointLifecycleException
-
createEndpointLifecycleManager
public EndpointLifecycleManager createEndpointLifecycleManager()
- Specified by:
createEndpointLifecycleManager
in interfaceEndpointLifecycleManagerFactory
-
-