org.apache.axis2.jaxws.lifecycle
Class BaseLifecycleManager
java.lang.Object
org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
- Direct Known Subclasses:
- EndpointLifecycleManagerImpl, HandlerLifecycleManagerImpl, LifecycleManager
public abstract class BaseLifecycleManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
protected Object instance
BaseLifecycleManager
public BaseLifecycleManager()
invokePostConstruct
public void invokePostConstruct()
throws LifecycleException
- Throws:
LifecycleException
invokePostConstruct
protected void invokePostConstruct(Method method)
throws LifecycleException
- Throws:
LifecycleException
invokePreDestroy
public void invokePreDestroy()
throws LifecycleException
- Throws:
LifecycleException
invokePreDestroy
protected void invokePreDestroy(Method method)
throws LifecycleException
- Throws:
LifecycleException
invokeMethod
protected void invokeMethod(Method m,
Object[] params)
throws LifecycleException
- Throws:
LifecycleException
getPostConstructMethod
protected Method getPostConstructMethod()
getPreDestroyMethod
protected Method getPreDestroyMethod()
isPostConstruct
protected boolean isPostConstruct(Method method)
isPreDestroy
protected boolean isPreDestroy(Method method)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.