|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
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.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 |
WSDLBuilderFactory.createWSDLBuilder(Service service,
TransportManager transportManager)
|
WSDLBuilder |
DefaultWSDLBuilderFactory.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 |
WSDLServiceConfigurator.getTransportManager()
|
TransportManager |
BindingAnnotator.getTransportManager()
|
TransportManager |
WSDLServiceBuilder.getTransportManager()
|
Methods in org.codehaus.xfire.wsdl11.parser with parameters of type TransportManager | |
---|---|
void |
WSDLServiceConfigurator.setTransportManager(TransportManager transportManager)
|
void |
BindingAnnotator.setTransportManager(TransportManager transportManager)
|
void |
WSDLServiceBuilder.setTransportManager(TransportManager transportManager)
|
Constructors in org.codehaus.xfire.wsdl11.parser with parameters of type TransportManager | |
---|---|
WSDLServiceConfigurator(Service service,
javax.wsdl.Definition def,
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)
|
|
WSDLServiceConfigurator(Service service,
java.net.URL url,
TransportManager transportManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |