Package org.apache.axis2.jaxws.core
Class InvocationContextImpl
java.lang.Object
org.apache.axis2.jaxws.core.InvocationContextImpl
- All Implemented Interfaces:
InvocationContext
- Direct Known Subclasses:
EndpointInvocationContextImpl
An implementation of the InvocationContext interface.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.xml.ws.handler.Handler>org.apache.axis2.client.ServiceClientvoidvoidvoidsetHandlers(List<jakarta.xml.ws.handler.Handler> handlers) Sets the list of hanlders for this InvocationContextvoidvoidvoidsetServiceClient(org.apache.axis2.client.ServiceClient client)
-
Constructor Details
-
InvocationContextImpl
public InvocationContextImpl()
-
-
Method Details
-
getHandlers
- Specified by:
getHandlersin interfaceInvocationContext- See Also:
-
setHandlers
Sets the list of hanlders for this InvocationContext- Specified by:
setHandlersin interfaceInvocationContext- Parameters:
list-
-
setRequestMessageContext
- Specified by:
setRequestMessageContextin interfaceInvocationContext- See Also:
-
setResponseMessageContext
- Specified by:
setResponseMessageContextin interfaceInvocationContext- See Also:
-
getResponseMessageContext
- Specified by:
getResponseMessageContextin interfaceInvocationContext- See Also:
-
getRequestMessageContext
- Specified by:
getRequestMessageContextin interfaceInvocationContext- See Also:
-
getExecutor
- Specified by:
getExecutorin interfaceInvocationContext
-
setExecutor
- Specified by:
setExecutorin interfaceInvocationContext
-
getAsyncResponseListener
- Specified by:
getAsyncResponseListenerin interfaceInvocationContext
-
setAsyncResponseListener
- Specified by:
setAsyncResponseListenerin interfaceInvocationContext
-
getServiceClient
public org.apache.axis2.client.ServiceClient getServiceClient()- Specified by:
getServiceClientin interfaceInvocationContext
-
setServiceClient
public void setServiceClient(org.apache.axis2.client.ServiceClient client) - Specified by:
setServiceClientin interfaceInvocationContext
-