public class InvocationContextImpl extends Object implements InvocationContext
InvocationContext
Constructor and Description |
---|
InvocationContextImpl() |
Modifier and Type | Method and Description |
---|---|
AsyncResponse |
getAsyncResponseListener() |
Executor |
getExecutor() |
List<Handler> |
getHandlers() |
MessageContext |
getRequestMessageContext() |
MessageContext |
getResponseMessageContext() |
ServiceClient |
getServiceClient() |
void |
setAsyncResponseListener(AsyncResponse ar) |
void |
setExecutor(Executor e) |
void |
setHandlers(List<Handler> handlers)
Sets the list of hanlders for this InvocationContext
|
void |
setRequestMessageContext(MessageContext ctx) |
void |
setResponseMessageContext(MessageContext ctx) |
void |
setServiceClient(ServiceClient client) |
public List<Handler> getHandlers()
getHandlers
in interface InvocationContext
InvocationContext.getHandlers()
public void setHandlers(List<Handler> handlers)
setHandlers
in interface InvocationContext
list
- public void setRequestMessageContext(MessageContext ctx)
setRequestMessageContext
in interface InvocationContext
InvocationContext.setRequestMessageContext(MessageContext)
public void setResponseMessageContext(MessageContext ctx)
setResponseMessageContext
in interface InvocationContext
InvocationContext.setResponseMessageContext(MessageContext)
public MessageContext getResponseMessageContext()
getResponseMessageContext
in interface InvocationContext
InvocationContext.getResponseMessageContext()
public MessageContext getRequestMessageContext()
getRequestMessageContext
in interface InvocationContext
InvocationContext.getRequestMessageContext()
public Executor getExecutor()
getExecutor
in interface InvocationContext
public void setExecutor(Executor e)
setExecutor
in interface InvocationContext
public AsyncResponse getAsyncResponseListener()
getAsyncResponseListener
in interface InvocationContext
public void setAsyncResponseListener(AsyncResponse ar)
setAsyncResponseListener
in interface InvocationContext
public ServiceClient getServiceClient()
getServiceClient
in interface InvocationContext
public void setServiceClient(ServiceClient client)
setServiceClient
in interface InvocationContext
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.