Uses of Interface
org.apache.axis2.jaxws.core.InvocationContext

Packages that use InvocationContext
org.apache.axis2.jaxws   
org.apache.axis2.jaxws.client.async   
org.apache.axis2.jaxws.core   
org.apache.axis2.jaxws.core.controller   
org.apache.axis2.jaxws.server   
 

Uses of InvocationContext in org.apache.axis2.jaxws
 

Methods in org.apache.axis2.jaxws with parameters of type InvocationContext
protected  void BindingProvider.checkMaintainSessionState(MessageContext mc, InvocationContext ic)
          Check for maintain session state enablement either in the MessageContext.isMaintainSession() or in the ServiceContext properties.
 

Uses of InvocationContext in org.apache.axis2.jaxws.client.async
 

Constructors in org.apache.axis2.jaxws.client.async with parameters of type InvocationContext
CallbackFuture(InvocationContext ic, AsyncHandler handler)
           
PollingFuture(InvocationContext ic)
           
 

Uses of InvocationContext in org.apache.axis2.jaxws.core
 

Classes in org.apache.axis2.jaxws.core that implement InvocationContext
 class InvocationContextImpl
          An implementation of the InvocationContext interface.
 

Methods in org.apache.axis2.jaxws.core that return InvocationContext
static InvocationContext InvocationContextFactory.createInvocationContext(Binding binding)
          Creates an instance of an InvocationContext based on the Binding that was passed in.
 InvocationContext MessageContext.getInvocationContext()
           
 

Methods in org.apache.axis2.jaxws.core with parameters of type InvocationContext
 void MessageContext.setInvocationContext(InvocationContext ic)
           
 

Uses of InvocationContext in org.apache.axis2.jaxws.core.controller
 

Methods in org.apache.axis2.jaxws.core.controller that return InvocationContext
 InvocationContext InvocationController.invoke(InvocationContext ic)
          Performs a synchronous (blocking) invocation of a target service.
 

Methods in org.apache.axis2.jaxws.core.controller with parameters of type InvocationContext
 InvocationContext InvocationController.invoke(InvocationContext ic)
          Performs a synchronous (blocking) invocation of a target service.
 Response InvocationController.invokeAsync(InvocationContext ic)
          Performs an asynchronous (non-blocking) invocation of the client based on a callback model.
 java.util.concurrent.Future<?> InvocationController.invokeAsync(InvocationContext ic, AsyncHandler asyncHandler)
          Performs an asynchronous (non-blocking) invocation of the client based on a polling model.
 void InvocationController.invokeOneWay(InvocationContext ic)
          Performs a one-way invocation of the client.
 

Uses of InvocationContext in org.apache.axis2.jaxws.server
 

Methods in org.apache.axis2.jaxws.server that return InvocationContext
 InvocationContext EndpointController.invoke(InvocationContext ic)
          This method is used to start the JAX-WS invocation of a target endpoint.
 

Methods in org.apache.axis2.jaxws.server with parameters of type InvocationContext
 InvocationContext EndpointController.invoke(InvocationContext ic)
          This method is used to start the JAX-WS invocation of a target endpoint.
 



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