Uses of Interface
org.apache.axis2.jaxws.server.EndpointInvocationContext
-
Packages that use EndpointInvocationContext Package Description org.apache.axis2.jaxws.core org.apache.axis2.jaxws.server org.apache.axis2.jaxws.server.dispatcher -
-
Uses of EndpointInvocationContext in org.apache.axis2.jaxws.core
Methods in org.apache.axis2.jaxws.core that return EndpointInvocationContext Modifier and Type Method Description static EndpointInvocationContextInvocationContextFactory. createEndpointInvocationContext(Binding binding) -
Uses of EndpointInvocationContext in org.apache.axis2.jaxws.server
Classes in org.apache.axis2.jaxws.server that implement EndpointInvocationContext Modifier and Type Class Description classEndpointInvocationContextImplMethods in org.apache.axis2.jaxws.server that return EndpointInvocationContext Modifier and Type Method Description EndpointInvocationContextInvocationListenerBean. getEndpointInvocationContext()EndpointInvocationContextEndpointController. 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 EndpointInvocationContext Modifier and Type Method Description static 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)EndpointInvocationContextEndpointController. 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 EndpointInvocationContext Constructor Description InvocationListenerBean(EndpointInvocationContext eic, InvocationListenerBean.State state) -
Uses of EndpointInvocationContext in org.apache.axis2.jaxws.server.dispatcher
Methods in org.apache.axis2.jaxws.server.dispatcher with parameters of type EndpointInvocationContext Modifier and Type Method Description protected 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 EndpointInvocationContext Constructor Description AsyncInvocationWorker(Method m, Object[] p, ClassLoader cl, EndpointInvocationContext ctx)
-