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

Packages that use TransportManager
org.codehaus.xfire   
org.codehaus.xfire.service.binding   
org.codehaus.xfire.test   
org.codehaus.xfire.transport   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.wsdl11.builder   
org.codehaus.xfire.wsdl11.parser   
 

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.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, BindingProvider provider)
          Initializes a new instance of the ObjectServiceFactory with the given transport manager and type mapping registry.
ObjectServiceFactory(TransportManager transportManager)
          Initializes a new instance of the ObjectServiceFactory.
 

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
 void WSDLBuilder.setTransportManager(TransportManager transportManager)
           
 WSDLBuilder WSDLBuilderFactory.createWSDLBuilder(Service service, TransportManager transportManager)
           
 WSDLBuilder DefaultWSDLBuilderFactory.createWSDLBuilder(Service service, 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(Service service, java.net.URL url, TransportManager transportManager)
           
WSDLServiceConfigurator(ServiceInfo serviceInfo, javax.wsdl.Definition definition, javax.wsdl.Service wservice, javax.wsdl.PortType portType, java.util.Collection ports, BindingProvider bindingProvider, TransportManager transportManager)
           
 



Copyright © 2004-2006 null. All Rights Reserved.