Package org.eclipse.net4j.ws
Interface IWSAcceptorManager
- 
 public interface IWSAcceptorManagerA singleton that manages allWS acceptorsin the current JVM.- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Field SummaryFields Modifier and Type Field Description static IWSAcceptorManagerINSTANCE
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IWSAcceptorgetAcceptor(java.lang.String name)org.eclipse.net4j.util.registry.IRegistry<java.lang.String,IWSAcceptor>getAcceptorRegistry()
 
- 
- 
- 
Field Detail- 
INSTANCEstatic final IWSAcceptorManager INSTANCE 
 
- 
 - 
Method Detail- 
getAcceptorRegistryorg.eclipse.net4j.util.registry.IRegistry<java.lang.String,IWSAcceptor> getAcceptorRegistry() 
 - 
getAcceptorIWSAcceptor getAcceptor(java.lang.String name) 
 
- 
 
-