Package org.apache.cxf.endpoint
Interface ServerRegistry
-
- All Known Implementing Classes:
ServerRegistryImpl
public interface ServerRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Server>
getServers()
void
register(Server server)
void
unregister(Server server)
-