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

Packages that use ServiceRegistry
org.codehaus.xfire   
org.codehaus.xfire.loom   
org.codehaus.xfire.picocontainer   
org.codehaus.xfire.plexus   
org.codehaus.xfire.plexus.config   
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.service.event   
org.codehaus.xfire.spring Classes for exposing Spring beans via XFire SOAP. 
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.loom
 

Methods in org.codehaus.xfire.loom that return ServiceRegistry
 ServiceRegistry LoomXFire.getServiceRegistry()
           
 

Uses of ServiceRegistry in org.codehaus.xfire.picocontainer
 

Constructors in org.codehaus.xfire.picocontainer with parameters of type ServiceRegistry
XFireServiceRegisterVisitor(ServiceRegistry serviceRegistry)
           
 

Uses of ServiceRegistry in org.codehaus.xfire.plexus
 

Methods in org.codehaus.xfire.plexus that return ServiceRegistry
protected  ServiceRegistry PlexusXFireTest.getServiceRegistry()
           
 ServiceRegistry PlexusXFire.getServiceRegistry()
           
 

Uses of ServiceRegistry in org.codehaus.xfire.plexus.config
 

Methods in org.codehaus.xfire.plexus.config that return ServiceRegistry
protected  ServiceRegistry ObjectServiceConfigurator.getServiceRegistry()
           
 

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.service.event
 

Constructors in org.codehaus.xfire.service.event with parameters of type ServiceRegistry
RegistrationEvent(ServiceRegistry source, Service endpoint)
          Initializes a RegistrationEvent object initialized with the given ServiceEndpointRegistry and ServiceEndpoint object.
 

Uses of ServiceRegistry in org.codehaus.xfire.spring
 

Constructors in org.codehaus.xfire.spring with parameters of type ServiceRegistry
Jsr181BeanPostProcessor(WebAnnotations annotations, AnnotationServiceFactory serviceFactory, ServiceRegistry registry)
           
 

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 that return ServiceRegistry
 ServiceRegistry DefaultTransportManager.getServiceRegistry()
           
 

Methods in org.codehaus.xfire.transport with parameters of type ServiceRegistry
 void DefaultTransportManager.setServiceRegistry(ServiceRegistry serviceRegistry)
           
 

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

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.