Package | Description |
---|---|
org.apache.axis2.jaxws.core | |
org.apache.axis2.jaxws.server | |
org.apache.axis2.jaxws.server.dispatcher |
Modifier and Type | Method and Description |
---|---|
static EndpointInvocationContext |
InvocationContextFactory.createEndpointInvocationContext(Binding binding) |
Modifier and Type | Class and Description |
---|---|
class |
EndpointInvocationContextImpl |
Modifier and Type | Method and Description |
---|---|
EndpointInvocationContext |
InvocationListenerBean.getEndpointInvocationContext() |
EndpointInvocationContext |
EndpointController.invoke(EndpointInvocationContext eic)
This method is used to start the JAX-WS invocation of a target endpoint.
|
Modifier and Type | Method and 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) |
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) |
Constructor and Description |
---|
InvocationListenerBean(EndpointInvocationContext eic,
InvocationListenerBean.State state) |
Modifier and Type | Method and Description |
---|---|
protected void |
JavaDispatcher.responseReady(EndpointInvocationContext eic)
This will call the InvocationListener instances that were called during
the request processing for this message.
|
Constructor and Description |
---|
JavaDispatcher.AsyncInvocationWorker(Method m,
Object[] p,
ClassLoader cl,
EndpointInvocationContext ctx) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.