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.xmpp   
 

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(Transport transport, Service service, java.lang.String url)
          Creates a new proxy with the specified URL.
 

Constructors in org.codehaus.xfire.client with parameters of type Transport
Client(Transport transport, Service service, java.lang.String url)
           
Client(Transport transport, Service service, java.lang.String url, java.lang.String endpointUri)
           
 

Uses of Transport in org.codehaus.xfire.soap
 

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

Uses of Transport in org.codehaus.xfire.transport
 

Classes in org.codehaus.xfire.transport that implement Transport
 class AbstractTransport
           
 class AbstractWSDLTransport
           
 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 DelegatedTransport.getTransport()
          The transport which this transport wraps.
 Transport DelegatedChannel.getTransport()
           
 Transport Channel.getTransport()
           
 Transport AbstractChannel.getTransport()
           
 Transport TransportManager.getTransport(java.lang.String id)
           
 Transport DefaultTransportManager.getTransport(java.lang.String name)
           
 Transport TransportManager.getTransportForUri(java.lang.String uri)
          Find the best transport for a particular URI.
 Transport DefaultTransportManager.getTransportForUri(java.lang.String uri)
           
 

Methods in org.codehaus.xfire.transport with parameters of type Transport
 void TransportManager.register(Transport transport)
           
 void DefaultTransportManager.register(Transport transport)
           
 void AbstractChannel.setTransport(Transport transport)
           
 void TransportManager.unregister(Transport transport)
           
 void DefaultTransportManager.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 SoapHttpTransport
           
 

Fields in org.codehaus.xfire.transport.http declared as Transport
protected  Transport XFireServletController.transport
           
 

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.xmpp
 

Classes in org.codehaus.xfire.xmpp that implement Transport
 class XMPPTransport
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.