org.codehaus.xfire.plexus
Class ServiceRegistry

java.lang.Object
  extended by org.codehaus.xfire.AbstractXFireComponent
      extended by org.codehaus.xfire.service.DefaultServiceRegistry
          extended by org.codehaus.xfire.plexus.ServiceRegistry
All Implemented Interfaces:
org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable, org.codehaus.plexus.personality.plexus.lifecycle.phase.Serviceable, ServiceRegistry

public class ServiceRegistry
extends DefaultServiceRegistry
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable, org.codehaus.plexus.personality.plexus.lifecycle.phase.Serviceable

Author:
Dan Diephouse

Field Summary
 
Fields inherited from interface org.codehaus.xfire.service.ServiceRegistry
ROLE
 
Constructor Summary
ServiceRegistry()
           
 
Method Summary
 void initialize()
           
 void service(org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator locator)
           
 
Methods inherited from class org.codehaus.xfire.service.DefaultServiceRegistry
addRegistrationEventListener, getService, getServices, hasService, register, removeRegistrationEventListener, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRegistry

public ServiceRegistry()
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Specified by:
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
Throws:
java.lang.Exception

service

public void service(org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator locator)
Specified by:
service in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Serviceable
Parameters:
arg0 -