com.sun.xml.ws.transport.http.server
Class ServerMgr
java.lang.Object
com.sun.xml.ws.transport.http.server.ServerMgr
final class ServerMgr
- extends Object
Manages all the WebService HTTP servers created by JAXWS runtime.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
static ServerMgr getInstance()
- Gets the singleton instance.
- Returns:
- manager instance
createContext
com.sun.net.httpserver.HttpContext createContext(String address)
removeContext
void removeContext(com.sun.net.httpserver.HttpContext context)