public class HandlerLifecycleManagerImpl extends BaseLifecycleManager implements HandlerLifecycleManager
instance| Constructor and Description |
|---|
HandlerLifecycleManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.ws.handler.Handler |
createHandlerInstance(MessageContext mc,
Class handlerClass) |
void |
destroyHandlerInstance(MessageContext mc,
javax.xml.ws.handler.Handler handler)
destroyHandlerInstance calls the handler's annotated PreDestroy method,
if it exists.
|
getPostConstructMethod, getPreDestroyMethod, invokeMethod, invokePostConstruct, invokePostConstruct, invokePreDestroy, invokePreDestroy, isPostConstruct, isPreDestroyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvokePostConstruct, invokePreDestroypublic javax.xml.ws.handler.Handler createHandlerInstance(MessageContext mc, Class handlerClass) throws LifecycleException, ResourceInjectionException
createHandlerInstance in interface HandlerLifecycleManagerLifecycleExceptionResourceInjectionExceptionpublic void destroyHandlerInstance(MessageContext mc, javax.xml.ws.handler.Handler handler) throws LifecycleException, ResourceInjectionException
destroyHandlerInstance in interface HandlerLifecycleManagerhandler - LifecycleExceptionResourceInjectionExceptionCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.