Uses of Interface
org.codehaus.xfire.service.ServiceRegistry

Packages that use ServiceRegistry
org.codehaus.xfire   
org.codehaus.xfire.service   
org.codehaus.xfire.test   
org.codehaus.xfire.transport   
org.codehaus.xfire.transport.http   
 

Uses of ServiceRegistry in org.codehaus.xfire
 

Methods in org.codehaus.xfire that return ServiceRegistry
 ServiceRegistry XFire.getServiceRegistry()
          Get the ServiceRegistry.
 ServiceRegistry DefaultXFire.getServiceRegistry()
           
 

Constructors in org.codehaus.xfire with parameters of type ServiceRegistry
DefaultXFire(ServiceRegistry registry, TransportManager transportManager)
           
 

Uses of ServiceRegistry in org.codehaus.xfire.service
 

Classes in org.codehaus.xfire.service that implement ServiceRegistry
 class DefaultServiceRegistry
           
 

Uses of ServiceRegistry in org.codehaus.xfire.test
 

Methods in org.codehaus.xfire.test that return ServiceRegistry
protected  ServiceRegistry AbstractXFireTest.getServiceRegistry()
           
 

Uses of ServiceRegistry in org.codehaus.xfire.transport
 

Methods in org.codehaus.xfire.transport with parameters of type ServiceRegistry
protected  void DefaultTransportManager.initializeTransports(ServiceRegistry registry)
           
 

Constructors in org.codehaus.xfire.transport with parameters of type ServiceRegistry
DefaultTransportManager(ServiceRegistry registry)
           
 

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

Methods in org.codehaus.xfire.transport.http that return ServiceRegistry
 ServiceRegistry XFireServletController.getServiceRegistry()
           
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.