public interface HandlerLifecycleManager
| 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) |
void |
invokePostConstruct() |
void |
invokePreDestroy() |
javax.xml.ws.handler.Handler createHandlerInstance(MessageContext mc, Class handlerClass) throws LifecycleException, ResourceInjectionException
void destroyHandlerInstance(MessageContext mc, javax.xml.ws.handler.Handler handler) throws LifecycleException, ResourceInjectionException
void invokePostConstruct()
throws LifecycleException
LifecycleExceptionvoid invokePreDestroy()
throws LifecycleException
LifecycleExceptionCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.