org.apache.axis2.jaxws.lifecycle
Class BaseLifecycleManager

java.lang.Object
  extended by 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
           
 
Constructor Summary
BaseLifecycleManager()
           
 
Method Summary
protected  java.lang.reflect.Method getPostConstructMethod()
           
protected  java.lang.reflect.Method getPreDestroyMethod()
           
protected  void invokeMethod(java.lang.reflect.Method m, java.lang.Object[] params)
           
 void invokePostConstruct()
           
protected  void invokePostConstruct(java.lang.reflect.Method method)
           
 void invokePreDestroy()
           
protected  void invokePreDestroy(java.lang.reflect.Method method)
           
protected  boolean isPostConstruct(java.lang.reflect.Method method)
           
protected  boolean isPreDestroy(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

protected java.lang.Object instance
Constructor Detail

BaseLifecycleManager

public BaseLifecycleManager()
Method Detail

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.