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.core.controller.impl   
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.core.controller.impl
 

Methods in org.apache.axis2.jaxws.core.controller.impl that return InvocationContext
 InvocationContext InvocationControllerImpl.invoke(InvocationContext ic)
           
 

Methods in org.apache.axis2.jaxws.core.controller.impl with parameters of type InvocationContext
 InvocationContext InvocationControllerImpl.invoke(InvocationContext ic)
           
 Response InvocationControllerImpl.invokeAsync(InvocationContext ic)
           
 java.util.concurrent.Future<?> InvocationControllerImpl.invokeAsync(InvocationContext ic, AsyncHandler asyncHandler)
           
 void InvocationControllerImpl.invokeOneWay(InvocationContext ic)
           
 

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

Subinterfaces of InvocationContext in org.apache.axis2.jaxws.server
 interface EndpointInvocationContext
          The EndpointInvocationContext is an extension of the base InvocationContext that provides extensions specific to the environment of the service endpoint.
 

Classes in org.apache.axis2.jaxws.server that implement InvocationContext
 class EndpointInvocationContextImpl
           
 



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