org.codehaus.xfire.service
Interface ServiceRegistry
- All Known Implementing Classes:
- DefaultServiceRegistry
public interface ServiceRegistry
The central place to register, unregister, and get information about
services.
- Since:
- Feb 18, 2004
- Author:
- Dan Diephouse
Field Summary |
static java.lang.String |
ROLE
|
ROLE
static final java.lang.String ROLE
getService
Service getService(java.lang.String serviceName)
register
void register(Service service)
unregister
void unregister(java.lang.String serviceName)
hasService
boolean hasService(java.lang.String service)
getServices
java.util.Collection getServices()
addRegistrationEventListener
void addRegistrationEventListener(RegistrationEventListener listener)
removeRegistrationEventListener
void removeRegistrationEventListener(RegistrationEventListener listener)
Copyright © 2004-2005 Codehaus. All Rights Reserved.