public class InvocationContextImpl extends Object implements InvocationContext
InvocationContext| Constructor and Description |
|---|
InvocationContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
AsyncResponse |
getAsyncResponseListener() |
Executor |
getExecutor() |
List<javax.xml.ws.handler.Handler> |
getHandlers() |
MessageContext |
getRequestMessageContext() |
MessageContext |
getResponseMessageContext() |
org.apache.axis2.client.ServiceClient |
getServiceClient() |
void |
setAsyncResponseListener(AsyncResponse ar) |
void |
setExecutor(Executor e) |
void |
setHandlers(List<javax.xml.ws.handler.Handler> handlers)
Sets the list of hanlders for this InvocationContext
|
void |
setRequestMessageContext(MessageContext ctx) |
void |
setResponseMessageContext(MessageContext ctx) |
void |
setServiceClient(org.apache.axis2.client.ServiceClient client) |
public List<javax.xml.ws.handler.Handler> getHandlers()
getHandlers in interface InvocationContextInvocationContext.getHandlers()public void setHandlers(List<javax.xml.ws.handler.Handler> handlers)
setHandlers in interface InvocationContextlist - public void setRequestMessageContext(MessageContext ctx)
setRequestMessageContext in interface InvocationContextInvocationContext.setRequestMessageContext(MessageContext)public void setResponseMessageContext(MessageContext ctx)
setResponseMessageContext in interface InvocationContextInvocationContext.setResponseMessageContext(MessageContext)public MessageContext getResponseMessageContext()
getResponseMessageContext in interface InvocationContextInvocationContext.getResponseMessageContext()public MessageContext getRequestMessageContext()
getRequestMessageContext in interface InvocationContextInvocationContext.getRequestMessageContext()public Executor getExecutor()
getExecutor in interface InvocationContextpublic void setExecutor(Executor e)
setExecutor in interface InvocationContextpublic AsyncResponse getAsyncResponseListener()
getAsyncResponseListener in interface InvocationContextpublic void setAsyncResponseListener(AsyncResponse ar)
setAsyncResponseListener in interface InvocationContextpublic org.apache.axis2.client.ServiceClient getServiceClient()
getServiceClient in interface InvocationContextpublic void setServiceClient(org.apache.axis2.client.ServiceClient client)
setServiceClient in interface InvocationContextCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.