Uses of Interface
org.codehaus.xfire.transport.TransportManager

Packages that use TransportManager
org.codehaus.xfire   
org.codehaus.xfire.annotations Package defining the classes for annotation support in XFire. 
org.codehaus.xfire.loom   
org.codehaus.xfire.loom.transport   
org.codehaus.xfire.picocontainer   
org.codehaus.xfire.plexus   
org.codehaus.xfire.plexus.config   
org.codehaus.xfire.plexus.transport   
org.codehaus.xfire.plexus.transport.xmpp   
org.codehaus.xfire.service.binding   
org.codehaus.xfire.transport   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.wsdl11.builder   
org.codehaus.xfire.xmlbeans   
 

Uses of TransportManager in org.codehaus.xfire
 

Methods in org.codehaus.xfire that return TransportManager
 TransportManager XFire.getTransportManager()
          Get the TransportManager.
 TransportManager DefaultXFire.getTransportManager()
           
 

Constructors in org.codehaus.xfire with parameters of type TransportManager
DefaultXFire(ServiceRegistry registry, TransportManager transportManager)
           
 

Uses of TransportManager in org.codehaus.xfire.annotations
 

Constructors in org.codehaus.xfire.annotations with parameters of type TransportManager
AnnotationServiceFactory(WebAnnotations webAnnotations, TransportManager transportManager, BindingProvider provider)
          Initializes a new instance of the AnnotationServiceFactory with the given annotations facade, transport manager and type mapping registry.
 

Uses of TransportManager in org.codehaus.xfire.loom
 

Methods in org.codehaus.xfire.loom that return TransportManager
 TransportManager LoomXFire.getTransportManager()
           
protected  TransportManager DefaultServiceFactory.getTransportManager()
           
 

Uses of TransportManager in org.codehaus.xfire.loom.transport
 

Classes in org.codehaus.xfire.loom.transport that implement TransportManager
 class LoomTransportManager
           
 

Uses of TransportManager in org.codehaus.xfire.picocontainer
 

Constructors in org.codehaus.xfire.picocontainer with parameters of type TransportManager
PicoObjectServiceFactory(org.picocontainer.defaults.ObjectReference picoReference, TransportManager transportManager, BindingProvider provider)
           
PicoObjectServiceFactory(org.picocontainer.PicoContainer pico, TransportManager transportManager, BindingProvider provider)
           
 

Uses of TransportManager in org.codehaus.xfire.plexus
 

Methods in org.codehaus.xfire.plexus that return TransportManager
 TransportManager PlexusXFire.getTransportManager()
           
 

Uses of TransportManager in org.codehaus.xfire.plexus.config
 

Methods in org.codehaus.xfire.plexus.config that return TransportManager
protected  TransportManager ObjectServiceConfigurator.getTransportManager()
           
 

Uses of TransportManager in org.codehaus.xfire.plexus.transport
 

Classes in org.codehaus.xfire.plexus.transport that implement TransportManager
 class PlexusTransportManager
           
 

Uses of TransportManager in org.codehaus.xfire.plexus.transport.xmpp
 

Methods in org.codehaus.xfire.plexus.transport.xmpp that return TransportManager
 TransportManager DefaultXMPPTransportService.getTransportManager()
           
 

Uses of TransportManager in org.codehaus.xfire.service.binding
 

Methods in org.codehaus.xfire.service.binding that return TransportManager
 TransportManager ObjectServiceFactory.getTransportManager()
           
 

Methods in org.codehaus.xfire.service.binding with parameters of type TransportManager
 void ObjectServiceFactory.setTransportManager(TransportManager transportManager)
           
 

Constructors in org.codehaus.xfire.service.binding with parameters of type TransportManager
ObjectServiceFactory(TransportManager transportManager)
           
ObjectServiceFactory(TransportManager transportManager, BindingProvider provider)
          Initializes a new instance of the ObjectServiceFactory with the given transport manager and type mapping registry.
 

Uses of TransportManager in org.codehaus.xfire.transport
 

Classes in org.codehaus.xfire.transport that implement TransportManager
 class DefaultTransportManager
          The default TransportManager implementation.
 

Uses of TransportManager in org.codehaus.xfire.transport.http
 

Methods in org.codehaus.xfire.transport.http that return TransportManager
protected  TransportManager XFireServletController.getTransportManager()
           
 

Uses of TransportManager in org.codehaus.xfire.wsdl11.builder
 

Methods in org.codehaus.xfire.wsdl11.builder with parameters of type TransportManager
 WSDLBuilder WSDLBuilderFactory.createWSDLBuilder(Service service, WSDL11ParameterBinding paramBinding, TransportManager transportManager)
           
 WSDLBuilder DefaultWSDLBuilderFactory.createWSDLBuilder(Service service, WSDL11ParameterBinding paramBinding, TransportManager transportManager)
           
 

Constructors in org.codehaus.xfire.wsdl11.builder with parameters of type TransportManager
WSDLBuilder(Service service, TransportManager transportManager, WSDL11ParameterBinding paramBinding)
           
WSDLBuilderAdapter(WSDLBuilderFactory wsdlBuilderFactory, Service service, TransportManager transports, WSDL11ParameterBinding paramBinding)
           
 

Uses of TransportManager in org.codehaus.xfire.xmlbeans
 

Methods in org.codehaus.xfire.xmlbeans with parameters of type TransportManager
 WSDLBuilder XmlBeansWSDLBuilderFactory.createWSDLBuilder(Service service, WSDL11ParameterBinding paramBinding, TransportManager transportManager)
           
 

Constructors in org.codehaus.xfire.xmlbeans with parameters of type TransportManager
XmlBeansServiceFactory(TransportManager transportManager)
           
XmlBeansWSDLBuilder(Service service, TransportManager tman, WSDL11ParameterBinding paramBinding)
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.