Modifier and Type | Method and Description |
---|---|
Handler |
HandlerLifecycleManager.createHandlerInstance(MessageContext mc,
Class handlerClass) |
void |
HandlerLifecycleManager.destroyHandlerInstance(MessageContext mc,
Handler handler) |
Modifier and Type | Method and Description |
---|---|
Handler |
HandlerLifecycleManagerImpl.createHandlerInstance(MessageContext mc,
Class handlerClass) |
void |
HandlerLifecycleManagerImpl.destroyHandlerInstance(MessageContext mc,
Handler handler)
destroyHandlerInstance calls the handler's annotated PreDestroy method,
if it exists.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceInjector.inject(Object resource,
Object instance)
Inject resource on Filed, Method or Class depending on how the @Resource annotation is defined.
|
void |
ResourceInjector.injectOnClass(Object resource,
Object instance,
Class clazz)
Resource will be injection on the class.
|
void |
ResourceInjector.injectOnField(Object resource,
Object instance,
Field field)
Resource will be injected on the field.
|
void |
ResourceInjector.injectOnMethod(Object resource,
Object instance,
Method method)
Resource will be injected on the Method.
|
Modifier and Type | Method and Description |
---|---|
static ResourceInjector |
ResourceInjectionFactory.createResourceInjector(Class resourceType)
This method retrieves the appropriate ResourceInjector instance
based on the type that is supplied.
|
Modifier and Type | Method and Description |
---|---|
void |
WebServiceContextInjectorImpl.inject(Object resource,
Object instance) |
void |
WebServiceContextInjectorImpl.injectOnClass(Object resource,
Object instance,
Class clazz) |
void |
WebServiceContextInjectorImpl.injectOnField(Object resource,
Object instance,
Field field) |
void |
WebServiceContextInjectorImpl.injectOnMethod(Object resource,
Object instance,
Method method) |
Modifier and Type | Method and Description |
---|---|
Object |
EndpointLifecycleManager.createServiceInstance(MessageContext mc,
Class serviceImplClass)
EndpointLifecycleManager will create a service instance.
|
Modifier and Type | Method and Description |
---|---|
Object |
EndpointLifecycleManagerImpl.createServiceInstance(MessageContext mc,
Class serviceImplClass) |
protected void |
EndpointLifecycleManagerImpl.injectWebServiceContext(MessageContext mc,
WebServiceContext wsContext,
Object serviceInstance) |
protected void |
EndpointLifecycleManagerImpl.performWebServiceContextInjection(MessageContext mc,
Object serviceImpl)
This method will provide the necessary function in order to inject
a WebServiceContext instance on a member of the service implementation class.
|
protected void |
EndpointLifecycleManagerImpl.performWebServiceContextUpdate(MessageContext mc)
This method will provide the necessary function in order to update
an existing WebServiceContext instance with a MessageContext for
the current request.
|
protected void |
EndpointLifecycleManagerImpl.updateWebServiceContext(WebServiceContext wsContext,
MessageContext soapMessageContext) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.