Uses of Interface
org.apache.axis2.jaxws.server.EndpointInvocationContext
Packages that use EndpointInvocationContext
Package
Description
-
Uses of EndpointInvocationContext in org.apache.axis2.jaxws.core
Methods in org.apache.axis2.jaxws.core that return EndpointInvocationContextModifier and TypeMethodDescriptionstatic EndpointInvocationContextInvocationContextFactory.createEndpointInvocationContext(jakarta.xml.ws.Binding binding) -
Uses of EndpointInvocationContext in org.apache.axis2.jaxws.server
Classes in org.apache.axis2.jaxws.server that implement EndpointInvocationContextMethods in org.apache.axis2.jaxws.server that return EndpointInvocationContextModifier and TypeMethodDescriptionInvocationListenerBean.getEndpointInvocationContext()EndpointController.invoke(EndpointInvocationContext eic) This method is used to start the JAX-WS invocation of a target endpoint.Methods in org.apache.axis2.jaxws.server with parameters of type EndpointInvocationContextModifier and TypeMethodDescriptionstatic voidInvocationHelper.callListenersForException(Throwable t, EndpointInvocationContext eic) This method is responsible for driving the InvocationListener instances' 'notifyOnException' method.static ThrowableInvocationHelper.determineMappedException(Throwable t, EndpointInvocationContext eic) This method will drive the call to the above methods.voidEndpointCallback.handleFaultResponse(EndpointInvocationContext eic) protected booleanEndpointController.handleRequest(EndpointInvocationContext eic) voidEndpointCallback.handleResponse(EndpointInvocationContext eic) protected booleanEndpointController.handleResponse(EndpointInvocationContext eic) EndpointController.invoke(EndpointInvocationContext eic) This method is used to start the JAX-WS invocation of a target endpoint.voidEndpointController.invokeAsync(EndpointInvocationContext eic) voidEndpointController.invokeOneWay(EndpointInvocationContext eic) protected voidEndpointCallback.invokeOutboundHandlerFlow(EndpointInvocationContext eic) This method will drive the invocation of the outbound JAX-WS application handler flow.protected voidEndpointController.requestReceived(EndpointInvocationContext eic) This method will retrieve all the InvocationListenerFactory instances and call the 'createInvocationListener' instance on each.protected voidEndpointCallback.responseReady(EndpointInvocationContext eic) This will call the InvocationListener instances that were called during the request processing for this message.protected voidEndpointController.responseReady(EndpointInvocationContext eic) This will call the InvocationListener instances that were called during the request processing for this message.voidInvocationListenerBean.setEndpointInvocationContext(EndpointInvocationContext eic) Constructors in org.apache.axis2.jaxws.server with parameters of type EndpointInvocationContextModifierConstructorDescription -
Uses of EndpointInvocationContext in org.apache.axis2.jaxws.server.dispatcher
Methods in org.apache.axis2.jaxws.server.dispatcher with parameters of type EndpointInvocationContextModifier and TypeMethodDescriptionprotected voidJavaDispatcher.responseReady(EndpointInvocationContext eic) This will call the InvocationListener instances that were called during the request processing for this message.Constructors in org.apache.axis2.jaxws.server.dispatcher with parameters of type EndpointInvocationContextModifierConstructorDescriptionAsyncInvocationWorker(Method m, Object[] p, ClassLoader cl, EndpointInvocationContext ctx)