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

Packages that use Transport
org.codehaus.xfire   
org.codehaus.xfire.transport   
org.codehaus.xfire.transport.http   
 

Uses of Transport in org.codehaus.xfire
 

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

Methods in org.codehaus.xfire with parameters of type Transport
 void MessageContext.setTransport(Transport transport)
           
 

Uses of Transport in org.codehaus.xfire.transport
 

Classes in org.codehaus.xfire.transport that implement Transport
 class AbstractTransport
           
 

Methods in org.codehaus.xfire.transport that return Transport
 Transport TransportManager.getTransport(java.lang.String id)
           
 Transport DefaultTransportManager.getTransport(java.lang.String name)
           
 

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

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

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



Copyright © 2004-2005 Codehaus. All Rights Reserved.