Package org.apache.axis2.jaxws.lifecycle
Class BaseLifecycleManager
java.lang.Object
org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
- Direct Known Subclasses:
EndpointLifecycleManagerImpl,HandlerLifecycleManagerImpl,LifecycleManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Methodprotected Methodprotected voidinvokeMethod(Method m, Object[] params) voidprotected voidinvokePostConstruct(Method method) voidprotected voidinvokePreDestroy(Method method) protected booleanisPostConstruct(Method method) protected booleanisPreDestroy(Method method)
-
Field Details
-
instance
-
-
Constructor Details
-
BaseLifecycleManager
public BaseLifecycleManager()
-
-
Method Details
-
invokePostConstruct
- Throws:
LifecycleException
-
invokePostConstruct
- Throws:
LifecycleException
-
invokePreDestroy
- Throws:
LifecycleException
-
invokePreDestroy
- Throws:
LifecycleException
-
invokeMethod
- Throws:
LifecycleException
-
getPostConstructMethod
-
getPreDestroyMethod
-
isPostConstruct
-
isPreDestroy
-