Class LifecycleManager
- java.lang.Object
-
- org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
-
- 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
Constructors Constructor Description LifecycleManager(Object instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Method
getPostConstructMethod()
protected Method
getPreDestroyMethod()
-
Methods inherited from class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
invokeMethod, invokePostConstruct, invokePostConstruct, invokePreDestroy, invokePreDestroy, isPostConstruct, isPreDestroy
-
-
-
-
Constructor Detail
-
LifecycleManager
public LifecycleManager(Object instance)
-
-
Method Detail
-
getPostConstructMethod
protected Method getPostConstructMethod()
- Overrides:
getPostConstructMethod
in classBaseLifecycleManager
-
getPreDestroyMethod
protected Method getPreDestroyMethod()
- Overrides:
getPreDestroyMethod
in classBaseLifecycleManager
-
-