org.apache.axis2.jaxws.core
Class InvocationContextImpl

java.lang.Object
  extended by org.apache.axis2.jaxws.core.InvocationContextImpl
All Implemented Interfaces:
InvocationContext
Direct Known Subclasses:
EndpointInvocationContextImpl

public class InvocationContextImpl
extends java.lang.Object
implements InvocationContext

An implementation of the InvocationContext interface.

See Also:
InvocationContext

Constructor Summary
InvocationContextImpl()
           
 
Method Summary
 AsyncResponse getAsyncResponseListener()
           
 java.util.concurrent.Executor getExecutor()
           
 java.util.List<Handler> getHandlers()
           
 MessageContext getRequestMessageContext()
           
 MessageContext getResponseMessageContext()
           
 ServiceClient getServiceClient()
           
 void setAsyncResponseListener(AsyncResponse ar)
           
 void setExecutor(java.util.concurrent.Executor e)
           
 void setHandlers(java.util.List<Handler> handlers)
          Sets the list of hanlders for this InvocationContext
 void setRequestMessageContext(MessageContext ctx)
           
 void setResponseMessageContext(MessageContext ctx)
           
 void setServiceClient(ServiceClient client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationContextImpl

public InvocationContextImpl()
Method Detail

getHandlers

public java.util.List<Handler> getHandlers()
Specified by:
getHandlers in interface InvocationContext
See Also:
InvocationContext.getHandlers()

setHandlers

public void setHandlers(java.util.List<Handler> handlers)
Sets the list of hanlders for this InvocationContext

Specified by:
setHandlers in interface InvocationContext
Parameters:
list -

setRequestMessageContext

public void setRequestMessageContext(MessageContext ctx)
Specified by:
setRequestMessageContext in interface InvocationContext
See Also:
InvocationContext.setRequestMessageContext(MessageContext)

setResponseMessageContext

public void setResponseMessageContext(MessageContext ctx)
Specified by:
setResponseMessageContext in interface InvocationContext
See Also:
InvocationContext.setResponseMessageContext(MessageContext)

getResponseMessageContext

public MessageContext getResponseMessageContext()
Specified by:
getResponseMessageContext in interface InvocationContext
See Also:
InvocationContext.getResponseMessageContext()

getRequestMessageContext

public MessageContext getRequestMessageContext()
Specified by:
getRequestMessageContext in interface InvocationContext
See Also:
InvocationContext.getRequestMessageContext()

getExecutor

public java.util.concurrent.Executor getExecutor()
Specified by:
getExecutor in interface InvocationContext

setExecutor

public void setExecutor(java.util.concurrent.Executor e)
Specified by:
setExecutor in interface InvocationContext

getAsyncResponseListener

public AsyncResponse getAsyncResponseListener()
Specified by:
getAsyncResponseListener in interface InvocationContext

setAsyncResponseListener

public void setAsyncResponseListener(AsyncResponse ar)
Specified by:
setAsyncResponseListener in interface InvocationContext

getServiceClient

public ServiceClient getServiceClient()
Specified by:
getServiceClient in interface InvocationContext

setServiceClient

public void setServiceClient(ServiceClient client)
Specified by:
setServiceClient in interface InvocationContext


Copyright © 2007 Apache Web Services Project. All Rights Reserved.