com.sun.xml.ws.transport.http.server
Class ServerMgr

java.lang.Object
  extended by com.sun.xml.ws.transport.http.server.ServerMgr

final class ServerMgr
extends Object

Manages all the WebService HTTP servers created by JAXWS runtime.


Method Summary
(package private)  com.sun.net.httpserver.HttpContext createContext(String address)
           
(package private) static ServerMgr getInstance()
          Gets the singleton instance.
(package private)  void removeContext(com.sun.net.httpserver.HttpContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)