Uses of Class
org.apache.axis2.jaxws.injection.ResourceInjectionException
Packages that use ResourceInjectionException
Package
Description
-
Uses of ResourceInjectionException in org.apache.axis2.jaxws.handler.lifecycle.factory
Methods in org.apache.axis2.jaxws.handler.lifecycle.factory that throw ResourceInjectionExceptionModifier and TypeMethodDescriptionjakarta.xml.ws.handler.HandlerHandlerLifecycleManager.createHandlerInstance(MessageContext mc, Class handlerClass) voidHandlerLifecycleManager.destroyHandlerInstance(MessageContext mc, jakarta.xml.ws.handler.Handler handler) -
Uses of ResourceInjectionException in org.apache.axis2.jaxws.handler.lifecycle.impl
Methods in org.apache.axis2.jaxws.handler.lifecycle.impl that throw ResourceInjectionExceptionModifier and TypeMethodDescriptionjakarta.xml.ws.handler.HandlerHandlerLifecycleManagerImpl.createHandlerInstance(MessageContext mc, Class handlerClass) voidHandlerLifecycleManagerImpl.destroyHandlerInstance(MessageContext mc, jakarta.xml.ws.handler.Handler handler) destroyHandlerInstance calls the handler's annotated PreDestroy method, if it exists. -
Uses of ResourceInjectionException in org.apache.axis2.jaxws.server.endpoint.injection
Methods in org.apache.axis2.jaxws.server.endpoint.injection that throw ResourceInjectionExceptionModifier and TypeMethodDescriptionvoidInject resource on Filed, Method or Class depending on how the @Resource annotation is defined.voidResourceInjector.injectOnClass(Object resource, Object instance, Class clazz) Resource will be injection on the class.voidResourceInjector.injectOnField(Object resource, Object instance, Field field) Resource will be injected on the field.voidResourceInjector.injectOnMethod(Object resource, Object instance, Method method) Resource will be injected on the Method. -
Uses of ResourceInjectionException in org.apache.axis2.jaxws.server.endpoint.injection.factory
Methods in org.apache.axis2.jaxws.server.endpoint.injection.factory that throw ResourceInjectionExceptionModifier and TypeMethodDescriptionstatic ResourceInjectorResourceInjectionFactory.createResourceInjector(Class resourceType) This method retrieves the appropriate ResourceInjector instance based on the type that is supplied. -
Uses of ResourceInjectionException in org.apache.axis2.jaxws.server.endpoint.injection.impl
Methods in org.apache.axis2.jaxws.server.endpoint.injection.impl that throw ResourceInjectionExceptionModifier and TypeMethodDescriptionvoidvoidWebServiceContextInjectorImpl.injectOnClass(Object resource, Object instance, Class clazz) voidWebServiceContextInjectorImpl.injectOnField(Object resource, Object instance, Field field) voidWebServiceContextInjectorImpl.injectOnMethod(Object resource, Object instance, Method method) -
Uses of ResourceInjectionException in org.apache.axis2.jaxws.server.endpoint.lifecycle
Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle that throw ResourceInjectionExceptionModifier and TypeMethodDescriptionEndpointLifecycleManager.createServiceInstance(MessageContext mc, Class serviceImplClass) EndpointLifecycleManager will create a service instance. -
Uses of ResourceInjectionException in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl
Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl that throw ResourceInjectionExceptionModifier and TypeMethodDescriptionEndpointLifecycleManagerImpl.createServiceInstance(MessageContext mc, Class serviceImplClass) protected voidEndpointLifecycleManagerImpl.injectWebServiceContext(MessageContext mc, jakarta.xml.ws.WebServiceContext wsContext, Object serviceInstance) protected voidEndpointLifecycleManagerImpl.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 voidEndpointLifecycleManagerImpl.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 voidEndpointLifecycleManagerImpl.updateWebServiceContext(jakarta.xml.ws.WebServiceContext wsContext, jakarta.xml.ws.handler.MessageContext soapMessageContext)