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

Packages that use TransportManager
org.codehaus.xfire   
org.codehaus.xfire.jaxb2   
org.codehaus.xfire.jaxws   
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.spring.config   
org.codehaus.xfire.spring.editors   
org.codehaus.xfire.test   
org.codehaus.xfire.transport   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.wsdl11.builder   
org.codehaus.xfire.wsdl11.parser   
org.codehaus.xfire.xmlbeans   
 

Uses of TransportManager in org.codehaus.xfire
 

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

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

Uses of TransportManager in org.codehaus.xfire.jaxb2
 

Constructors in org.codehaus.xfire.jaxb2 with parameters of type TransportManager
JaxbServiceFactory(TransportManager transportManager)
           
 

Uses of TransportManager in org.codehaus.xfire.jaxws
 

Methods in org.codehaus.xfire.jaxws that return TransportManager
 TransportManager JAXWSHelper.getTransportManager()
           
 

Constructors in org.codehaus.xfire.jaxws with parameters of type TransportManager
JAXWSServiceFactory(TransportManager transportManager)
           
 

Uses of TransportManager in org.codehaus.xfire.loom
 

Methods in org.codehaus.xfire.loom that return TransportManager
protected  TransportManager DefaultServiceFactory.getTransportManager()
           
 TransportManager LoomXFire.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(PicoContainer pico, TransportManager transportManager, BindingProvider provider)
           
PicoObjectServiceFactory(ScopePolicy scope, ObjectReference picoReference, TransportManager transportManager, BindingProvider provider)
          Create a PicoObjectServiceFactory object.
 

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)
          Initializes a new instance of the ObjectServiceFactory.
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.spring.config
 

Methods in org.codehaus.xfire.spring.config that return TransportManager
 TransportManager ServiceFactoryBean.getTransportManager()
           
 

Methods in org.codehaus.xfire.spring.config with parameters of type TransportManager
 void ServiceFactoryBean.setTransportManager(TransportManager transportManager)
           
 

Uses of TransportManager in org.codehaus.xfire.spring.editors
 

Methods in org.codehaus.xfire.spring.editors that return TransportManager
 TransportManager ServiceFactoryEditor.getTransportManager()
           
 

Methods in org.codehaus.xfire.spring.editors with parameters of type TransportManager
 void ServiceFactoryEditor.setTransportManager(TransportManager transportManager)
           
 

Uses of TransportManager in org.codehaus.xfire.test
 

Methods in org.codehaus.xfire.test that return TransportManager
protected  TransportManager AbstractXFireTest.getTransportManager()
           
 

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 that return TransportManager
 TransportManager WSDLBuilder.getTransportManager()
           
 

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

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

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

Methods in org.codehaus.xfire.wsdl11.parser that return TransportManager
 TransportManager BindingAnnotator.getTransportManager()
           
 TransportManager WSDLServiceBuilder.getTransportManager()
           
 TransportManager WSDLServiceConfigurator.getTransportManager()
           
 

Methods in org.codehaus.xfire.wsdl11.parser with parameters of type TransportManager
 void BindingAnnotator.setTransportManager(TransportManager transportManager)
           
 void WSDLServiceBuilder.setTransportManager(TransportManager transportManager)
           
 void WSDLServiceConfigurator.setTransportManager(TransportManager transportManager)
           
 

Constructors in org.codehaus.xfire.wsdl11.parser with parameters of type TransportManager
WSDLServiceConfigurator(ServiceInfo serviceInfo, Definition definition, javax.wsdl.Service wservice, PortType portType, java.util.Collection ports, BindingProvider bindingProvider, TransportManager transportManager)
           
WSDLServiceConfigurator(Service service, java.net.URL url, TransportManager transportManager)
           
 

Uses of TransportManager in org.codehaus.xfire.xmlbeans
 

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

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



Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.