org.apache.axis2.jaxws.spi.handler
Class LifecycleManager

java.lang.Object
  extended by org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
      extended by org.apache.axis2.jaxws.spi.handler.LifecycleManager

public class LifecycleManager
extends BaseLifecycleManager


Field Summary
 
Fields inherited from class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
instance
 
Constructor Summary
LifecycleManager(java.lang.Object instance)
           
 
Method Summary
protected  java.lang.reflect.Method getPostConstructMethod()
           
protected  java.lang.reflect.Method getPreDestroyMethod()
           
 
Methods inherited from class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
invokeMethod, invokePostConstruct, invokePostConstruct, invokePreDestroy, invokePreDestroy, isPostConstruct, isPreDestroy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleManager

public LifecycleManager(java.lang.Object instance)
Method Detail

getPostConstructMethod

protected java.lang.reflect.Method getPostConstructMethod()
Overrides:
getPostConstructMethod in class BaseLifecycleManager

getPreDestroyMethod

protected java.lang.reflect.Method getPreDestroyMethod()
Overrides:
getPreDestroyMethod in class BaseLifecycleManager


Copyright © 2007 Apache Web Services Project. All Rights Reserved.