org.apache.axis2.jaxws.server.endpoint.lifecycle.factory.impl
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointLifecycleManagerFactoryImpl
public EndpointLifecycleManagerFactoryImpl()
createEndpointLifecycleManager
public EndpointLifecycleManager createEndpointLifecycleManager(Object endpointInstance)
throws EndpointLifecycleException
- Specified by:
createEndpointLifecycleManager
in interface EndpointLifecycleManagerFactory
- Throws:
EndpointLifecycleException
createEndpointLifecycleManager
public EndpointLifecycleManager createEndpointLifecycleManager()
- Specified by:
createEndpointLifecycleManager
in interface EndpointLifecycleManagerFactory
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.