|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointInvocationContext | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
EndpointInvocationContextImpl
|
Methods in org.apache.axis2.jaxws.server that return EndpointInvocationContext | |
---|---|
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 | |
---|---|
static void |
InvocationHelper.callListenersForException(java.lang.Throwable t,
EndpointInvocationContext eic)
This method is responsible for driving the InvocationListener instances' 'notifyOnException' method. |
static java.lang.Throwable |
InvocationHelper.determineMappedException(java.lang.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)
|
protected boolean |
EndpointController.handleResponse(EndpointInvocationContext eic)
|
void |
EndpointCallback.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 |
EndpointController.responseReady(EndpointInvocationContext eic)
This will call the InvocationListener instances that were called during the request processing for this message. |
protected void |
EndpointCallback.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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
JavaDispatcher.AsyncInvocationWorker(java.lang.reflect.Method m,
java.lang.Object[] p,
java.lang.ClassLoader cl,
EndpointInvocationContext ctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |