|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager org.apache.axis2.jaxws.handler.lifecycle.impl.HandlerLifecycleManagerImpl
public class HandlerLifecycleManagerImpl
Field Summary |
---|
Fields inherited from class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager |
---|
instance |
Constructor Summary | |
---|---|
HandlerLifecycleManagerImpl()
|
Method Summary | |
---|---|
Handler |
createHandlerInstance(MessageContext mc,
java.lang.Class handlerClass)
|
void |
destroyHandlerInstance(MessageContext mc,
Handler handler)
destroyHandlerInstance calls the handler's annotated PreDestroy method, if it exists. |
Methods inherited from class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager |
---|
getPostConstructMethod, getPreDestroyMethod, 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 |
Methods inherited from interface org.apache.axis2.jaxws.handler.lifecycle.factory.HandlerLifecycleManager |
---|
invokePostConstruct, invokePreDestroy |
Constructor Detail |
---|
public HandlerLifecycleManagerImpl()
Method Detail |
---|
public Handler createHandlerInstance(MessageContext mc, java.lang.Class handlerClass) throws LifecycleException, ResourceInjectionException
createHandlerInstance
in interface HandlerLifecycleManager
LifecycleException
ResourceInjectionException
public void destroyHandlerInstance(MessageContext mc, Handler handler) throws LifecycleException, ResourceInjectionException
destroyHandlerInstance
in interface HandlerLifecycleManager
handler
-
LifecycleException
ResourceInjectionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |