Uses of Interface
org.apache.ws.scout.transport.Transport

Packages that use Transport
org.apache.ws.scout.registry   
org.apache.ws.scout.transport   
 

Uses of Transport in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that return Transport
 Transport IRegistry.getTransport()
           
 Transport RegistryImpl.getTransport()
           
 Transport RegistryImpl.getTransport(String className)
          Returns an implementation of Transport based on the className passed in.
 

Methods in org.apache.ws.scout.registry with parameters of type Transport
 void IRegistry.setTransport(Transport transport)
           
 void RegistryImpl.setTransport(Transport transport)
           
 

Uses of Transport in org.apache.ws.scout.transport
 

Classes in org.apache.ws.scout.transport that implement Transport
 class AxisTransport
          Message transport class.
 class LocalTransport
          Local Message transport class.
 class RMITransport
          RMI Message transport class.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.