Uses of Interface
org.apache.axis2.jaxws.core.controller.InvocationController

Packages that use InvocationController
org.apache.axis2.jaxws.client.dispatch   
org.apache.axis2.jaxws.client.proxy   
org.apache.axis2.jaxws.core.controller   
org.apache.axis2.jaxws.core.controller.impl   
 

Uses of InvocationController in org.apache.axis2.jaxws.client.dispatch
 

Fields in org.apache.axis2.jaxws.client.dispatch declared as InvocationController
protected  InvocationController BaseDispatch.ic
           
 

Uses of InvocationController in org.apache.axis2.jaxws.client.proxy
 

Fields in org.apache.axis2.jaxws.client.proxy declared as InvocationController
protected  InvocationController JAXWSProxyHandler.controller
           
 

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

Methods in org.apache.axis2.jaxws.core.controller that return InvocationController
 InvocationController InvocationControllerFactory.getInvocationController()
          Used to obtain an instance of the InvocationController currently configured for the runtime.
 

Uses of InvocationController in org.apache.axis2.jaxws.core.controller.impl
 

Classes in org.apache.axis2.jaxws.core.controller.impl that implement InvocationController
 class AxisInvocationController
          The AxisInvocationController is an implementation of the InvocationController interface.
 class InvocationControllerImpl
          An abstract implementation of the InvocationController interface.
 

Methods in org.apache.axis2.jaxws.core.controller.impl that return InvocationController
 InvocationController InvocationControllerFactoryImpl.getInvocationController()
           
 



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