Uses of Class
org.apache.axis2.jaxws.lifecycle.LifecycleException
Packages that use LifecycleException
Package
Description
-
Uses of LifecycleException in org.apache.axis2.jaxws.handler.lifecycle.factory
Methods in org.apache.axis2.jaxws.handler.lifecycle.factory that throw LifecycleExceptionModifier and TypeMethodDescriptionjakarta.xml.ws.handler.HandlerHandlerLifecycleManager.createHandlerInstance(MessageContext mc, Class handlerClass) voidHandlerLifecycleManager.destroyHandlerInstance(MessageContext mc, jakarta.xml.ws.handler.Handler handler) voidHandlerLifecycleManager.invokePostConstruct()voidHandlerLifecycleManager.invokePreDestroy() -
Uses of LifecycleException in org.apache.axis2.jaxws.handler.lifecycle.impl
Methods in org.apache.axis2.jaxws.handler.lifecycle.impl that throw LifecycleExceptionModifier 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 LifecycleException in org.apache.axis2.jaxws.lifecycle
Methods in org.apache.axis2.jaxws.lifecycle that throw LifecycleExceptionModifier and TypeMethodDescriptionprotected voidBaseLifecycleManager.invokeMethod(Method m, Object[] params) voidBaseLifecycleManager.invokePostConstruct()protected voidBaseLifecycleManager.invokePostConstruct(Method method) voidBaseLifecycleManager.invokePreDestroy()protected voidBaseLifecycleManager.invokePreDestroy(Method method) -
Uses of LifecycleException in org.apache.axis2.jaxws.server.endpoint.lifecycle
Subclasses of LifecycleException in org.apache.axis2.jaxws.server.endpoint.lifecycleMethods in org.apache.axis2.jaxws.server.endpoint.lifecycle that throw LifecycleExceptionModifier and TypeMethodDescriptionEndpointLifecycleManager.createServiceInstance(MessageContext mc, Class serviceImplClass) EndpointLifecycleManager will create a service instance.voidEndpointLifecycleManager.invokePostConstruct()voidEndpointLifecycleManager.invokePreDestroy() -
Uses of LifecycleException in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl
Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl that throw LifecycleExceptionModifier and TypeMethodDescriptionEndpointLifecycleManagerImpl.createServiceInstance(MessageContext mc, Class serviceImplClass)