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 java.lang.Object
Field Summary |
protected java.lang.Object |
instance
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
protected java.lang.Object instance
BaseLifecycleManager
public BaseLifecycleManager()
invokePostConstruct
public void invokePostConstruct()
throws LifecycleException
- Throws:
LifecycleException
invokePostConstruct
protected void invokePostConstruct(java.lang.reflect.Method method)
throws LifecycleException
- Throws:
LifecycleException
invokePreDestroy
public void invokePreDestroy()
throws LifecycleException
- Throws:
LifecycleException
invokePreDestroy
protected void invokePreDestroy(java.lang.reflect.Method method)
throws LifecycleException
- Throws:
LifecycleException
invokeMethod
protected void invokeMethod(java.lang.reflect.Method m,
java.lang.Object[] params)
throws LifecycleException
- Throws:
LifecycleException
getPostConstructMethod
protected java.lang.reflect.Method getPostConstructMethod()
getPreDestroyMethod
protected java.lang.reflect.Method getPreDestroyMethod()
isPostConstruct
protected boolean isPostConstruct(java.lang.reflect.Method method)
isPreDestroy
protected boolean isPreDestroy(java.lang.reflect.Method method)
Copyright © 2007 Apache Web Services Project. All Rights Reserved.