| Modifier and Type | Method and Description |
|---|---|
javax.xml.ws.handler.Handler |
HandlerLifecycleManager.createHandlerInstance(MessageContext mc,
Class handlerClass) |
void |
HandlerLifecycleManager.destroyHandlerInstance(MessageContext mc,
javax.xml.ws.handler.Handler handler) |
void |
HandlerLifecycleManager.invokePostConstruct() |
void |
HandlerLifecycleManager.invokePreDestroy() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.ws.handler.Handler |
HandlerLifecycleManagerImpl.createHandlerInstance(MessageContext mc,
Class handlerClass) |
void |
HandlerLifecycleManagerImpl.destroyHandlerInstance(MessageContext mc,
javax.xml.ws.handler.Handler handler)
destroyHandlerInstance calls the handler's annotated PreDestroy method,
if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseLifecycleManager.invokeMethod(Method m,
Object[] params) |
void |
BaseLifecycleManager.invokePostConstruct() |
protected void |
BaseLifecycleManager.invokePostConstruct(Method method) |
void |
BaseLifecycleManager.invokePreDestroy() |
protected void |
BaseLifecycleManager.invokePreDestroy(Method method) |
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointLifecycleException |
| Modifier and Type | Method and Description |
|---|---|
Object |
EndpointLifecycleManager.createServiceInstance(MessageContext mc,
Class serviceImplClass)
EndpointLifecycleManager will create a service instance.
|
void |
EndpointLifecycleManager.invokePostConstruct() |
void |
EndpointLifecycleManager.invokePreDestroy() |
| Modifier and Type | Method and Description |
|---|---|
Object |
EndpointLifecycleManagerImpl.createServiceInstance(MessageContext mc,
Class serviceImplClass) |
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.