Uses of Class
com.sun.xml.ws.runtime.dev.SessionManager
-
Packages that use SessionManager Package Description com.sun.xml.ws.runtime.dev -
-
Uses of SessionManager in com.sun.xml.ws.runtime.dev
Subclasses of SessionManager in com.sun.xml.ws.runtime.dev Modifier and Type Class Description classSessionManagerImplIn memory implementation ofSessionManagerMethods in com.sun.xml.ws.runtime.dev that return SessionManager Modifier and Type Method Description static SessionManagerSessionManager. getSessionManager(WSEndpoint endpoint, boolean isSC, Properties props)Returns the single instance of SessionManager Use the usual services mechanism to find implementing class.static SessionManagerSessionManager. getSessionManager(WSEndpoint endpoint, Properties props)Constructors in com.sun.xml.ws.runtime.dev with parameters of type SessionManager Constructor Description Session(SessionManager manager, String key, Object userData)Public constructor
-