Uses of Class
com.sun.xml.ws.runtime.util.SessionManager

Packages that use SessionManager
com.sun.xml.ws.runtime.util   
 

Uses of SessionManager in com.sun.xml.ws.runtime.util
 

Subclasses of SessionManager in com.sun.xml.ws.runtime.util
 class SessionManagerImpl
          In memory implementation of SessionManager
 

Methods in com.sun.xml.ws.runtime.util that return SessionManager
static SessionManager SessionManager.getSessionManager()
          Returns the single instance of SessionManager Use the usual services mechanism to find implementing class.
 

Constructors in com.sun.xml.ws.runtime.util with parameters of type SessionManager
Session(SessionManager manager, java.lang.String key, java.lang.Object userData)
          Public constructor