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