Package org.apache.axis2.jaxws.core
Interface InvocationContext
- All Known Subinterfaces:
EndpointInvocationContext
- All Known Implementing Classes:
EndpointInvocationContextImpl,InvocationContextImpl
public interface InvocationContext
The
InvocationContext encapsulates all of the information relevant to a particular
invocation. This ties the context of the request back to the context of the response message (if
applicable) through the use of the MessageContext API. There is a separate MessageContext for
both the request and the response. *-
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.xml.ws.handler.Handler>org.apache.axis2.client.ServiceClientvoidvoidvoidsetHandlers(List<jakarta.xml.ws.handler.Handler> list) voidvoidvoidsetServiceClient(org.apache.axis2.client.ServiceClient client)
-
Method Details
-
getHandlers
List<jakarta.xml.ws.handler.Handler> getHandlers() -
setHandlers
-
getRequestMessageContext
MessageContext getRequestMessageContext() -
setRequestMessageContext
-
getResponseMessageContext
MessageContext getResponseMessageContext() -
setResponseMessageContext
-
getExecutor
Executor getExecutor() -
setExecutor
-
getAsyncResponseListener
AsyncResponse getAsyncResponseListener() -
setAsyncResponseListener
-
setServiceClient
void setServiceClient(org.apache.axis2.client.ServiceClient client) -
getServiceClient
org.apache.axis2.client.ServiceClient getServiceClient()
-