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 EndpointInvocationContext
InvocationContextFactory. 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 class
EndpointInvocationContextImpl
Methods in org.apache.axis2.jaxws.server that return EndpointInvocationContext Modifier and Type Method Description EndpointInvocationContext
InvocationListenerBean. getEndpointInvocationContext()
EndpointInvocationContext
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 EndpointInvocationContext Modifier and Type Method Description static void
InvocationHelper. callListenersForException(Throwable t, EndpointInvocationContext eic)
This method is responsible for driving the InvocationListener instances' 'notifyOnException' method.static Throwable
InvocationHelper. determineMappedException(Throwable t, EndpointInvocationContext eic)
This method will drive the call to the above methods.void
EndpointCallback. handleFaultResponse(EndpointInvocationContext eic)
protected boolean
EndpointController. handleRequest(EndpointInvocationContext eic)
void
EndpointCallback. handleResponse(EndpointInvocationContext eic)
protected boolean
EndpointController. handleResponse(EndpointInvocationContext eic)
EndpointInvocationContext
EndpointController. invoke(EndpointInvocationContext eic)
This method is used to start the JAX-WS invocation of a target endpoint.void
EndpointController. invokeAsync(EndpointInvocationContext eic)
void
EndpointController. invokeOneWay(EndpointInvocationContext eic)
protected void
EndpointCallback. invokeOutboundHandlerFlow(EndpointInvocationContext eic)
This method will drive the invocation of the outbound JAX-WS application handler flow.protected void
EndpointController. requestReceived(EndpointInvocationContext eic)
This method will retrieve all the InvocationListenerFactory instances and call the 'createInvocationListener' instance on each.protected void
EndpointCallback. responseReady(EndpointInvocationContext eic)
This will call the InvocationListener instances that were called during the request processing for this message.protected void
EndpointController. responseReady(EndpointInvocationContext eic)
This will call the InvocationListener instances that were called during the request processing for this message.void
InvocationListenerBean. 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 void
JavaDispatcher. 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)
-