public class AxisInvocationController extends InvocationControllerImpl
InvocationController interface. This implemenation uses
the Axis2 engine to drive the request to the target service.
For more information on how to invoke this class, please see the InvocationController interface
comments.| Constructor and Description |
|---|
AxisInvocationController() |
| Modifier and Type | Method and Description |
|---|---|
MessageContext |
doInvoke(MessageContext request) |
javax.xml.ws.Response |
doInvokeAsync(MessageContext request) |
Future<?> |
doInvokeAsync(MessageContext request,
javax.xml.ws.AsyncHandler callback) |
void |
doInvokeOneWay(MessageContext request) |
protected void |
prepareRequest(MessageContext requestMsgCtx)
Abstract method that must be implemented by whoever is providing the specific client binding.
|
protected void |
prepareResponse(MessageContext responseMsgCtx)
Abstract method that must be implemented by whoever is providing the specific client binding.
|
invoke, invokeAsync, invokeAsync, invokeOneWaypublic MessageContext doInvoke(MessageContext request)
doInvoke in class InvocationControllerImplpublic void doInvokeOneWay(MessageContext request) throws javax.xml.ws.WebServiceException
doInvokeOneWay in class InvocationControllerImpljavax.xml.ws.WebServiceExceptionpublic Future<?> doInvokeAsync(MessageContext request, javax.xml.ws.AsyncHandler callback)
doInvokeAsync in class InvocationControllerImplpublic javax.xml.ws.Response doInvokeAsync(MessageContext request)
doInvokeAsync in class InvocationControllerImplprotected void prepareRequest(MessageContext requestMsgCtx)
InvocationControllerImplprepareRequest in class InvocationControllerImplprotected void prepareResponse(MessageContext responseMsgCtx)
InvocationControllerImplprepareResponse in class InvocationControllerImplCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.