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

Packages that use Transport
org.codehaus.xfire.client   
org.codehaus.xfire.soap SOAP protocol specific contants 
org.codehaus.xfire.transport   
org.codehaus.xfire.transport.dead   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.transport.local   
org.codehaus.xfire.wsdl11   
 

Uses of Transport in org.codehaus.xfire.client
 

Methods in org.codehaus.xfire.client that return Transport
 Transport Client.getTransport()
           
 

Methods in org.codehaus.xfire.client with parameters of type Transport
 java.lang.Object XFireProxyFactory.create(Service service, Transport transport, java.lang.String url)
          Creates a new proxy with the specified URL.
 void Client.setTransport(Transport transport)
           
 

Constructors in org.codehaus.xfire.client with parameters of type Transport
Client(Binding binding, Transport transport, Service service, java.lang.String url, java.lang.String endpointUri)
          Create a Client on the specified Transport for a Service.
Client(Transport t, Binding binding, java.lang.String url)
          Create a client which uses a particular Binding with a specified URL and a specified Transport.
Client(Transport t, Endpoint endpoint)
          Creates a client for a particular Endpoint on a specified Transport.
Client(Transport transport, Service service, java.lang.String url)
          Create a Client on the specified Transport for a Service.
Client(Transport transport, Service service, java.lang.String url, java.lang.String endpointUri)
          Create a Client on the specified Transport for a Service.
 

Uses of Transport in org.codehaus.xfire.soap
 

Subinterfaces of Transport in org.codehaus.xfire.soap
 interface SoapTransport
           
 

Methods in org.codehaus.xfire.soap that return Transport
static Transport SoapTransportHelper.createSoapTransport(AbstractTransport transport)
           
 

Uses of Transport in org.codehaus.xfire.transport
 

Classes in org.codehaus.xfire.transport that implement Transport
 class AbstractTransport
           
 class DelegatedTransport
          Wraps another channel so it is easy to provide custom functionality to any transport - such as reliable messaging.
 

Methods in org.codehaus.xfire.transport that return Transport
 Transport DelegatedChannel.getTransport()
           
 Transport Channel.getTransport()
           
 Transport DelegatedTransport.getTransport()
          The transport which this transport wraps.
 Transport AbstractChannel.getTransport()
           
 Transport DefaultTransportManager.getTransport(java.lang.String id)
           
 Transport TransportManager.getTransport(java.lang.String id)
          Get a transport for a particular binding id.
 Transport DefaultTransportManager.getTransportForUri(java.lang.String uri)
           
 Transport TransportManager.getTransportForUri(java.lang.String uri)
          Find the best transport for a particular URI.
 

Methods in org.codehaus.xfire.transport with parameters of type Transport
 void DefaultTransportManager.register(Transport transport)
           
 void TransportManager.register(Transport transport)
           
 void AbstractChannel.setTransport(Transport transport)
           
 void DefaultTransportManager.unregister(Transport transport)
           
 void TransportManager.unregister(Transport transport)
           
 

Constructors in org.codehaus.xfire.transport with parameters of type Transport
DelegatedChannel(Transport transport, Channel channel)
           
DelegatedTransport(Transport transport)
           
 

Uses of Transport in org.codehaus.xfire.transport.dead
 

Classes in org.codehaus.xfire.transport.dead that implement Transport
 class DeadLetterTransport
          A place for messages which cannot be routed to a destination.
 

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

Classes in org.codehaus.xfire.transport.http that implement Transport
 class HttpTransport
           
 class SoapHttpTransport
           
 

Uses of Transport in org.codehaus.xfire.transport.local
 

Classes in org.codehaus.xfire.transport.local that implement Transport
 class LocalTransport
          A transport which passes messages via the JVM.
 

Uses of Transport in org.codehaus.xfire.wsdl11
 

Subinterfaces of Transport in org.codehaus.xfire.wsdl11
 interface WSDL11Transport
          Indicates that a particular transport supports WSDL 1.1 generation.
 



Copyright © 2004-2008. All Rights Reserved.