org.apache.openejb.server.axis2.pojo
Class PojoEndpointLifecycleManager
java.lang.Object
org.apache.openejb.server.axis2.pojo.PojoEndpointLifecycleManager
- All Implemented Interfaces:
- org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleManager
public class PojoEndpointLifecycleManager
- extends Object
- implements org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PojoEndpointLifecycleManager
public PojoEndpointLifecycleManager()
createServiceInstance
public Object createServiceInstance(org.apache.axis2.jaxws.core.MessageContext context,
Class serviceClass)
throws org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleException
- Specified by:
createServiceInstance
in interface org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleManager
- Throws:
org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleException
invokePostConstruct
public void invokePostConstruct()
throws org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleException
- Specified by:
invokePostConstruct
in interface org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleManager
- Throws:
org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleException
invokePreDestroy
public void invokePreDestroy()
throws org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleException
- Specified by:
invokePreDestroy
in interface org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleManager
- Throws:
org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.