Uses of Class
com.sun.xml.ws.runtime.dev.Session
Packages that use Session
-
Uses of Session in com.sun.xml.ws.runtime.dev
Methods in com.sun.xml.ws.runtime.dev that return SessionModifier and TypeMethodDescriptionabstract SessionSessionManager.createSession(String key) Creates a Session with the given key, using an instance ofjava.util.Hashtable<String, String>asa holder for user-defined data.abstract SessionSessionManager.createSession(String key, SecurityContextTokenInfo sctInfo) abstract SessionSessionManager.createSession(String key, Class clasz) Creates a Session with the given key, using a new instance of the specified Class as a holder for user-defined data.abstract SessionSessionManager.createSession(String key, Object obj) Creates a Session with the given key, using the specified Object as a holder for user-defined data.SessionManagerImpl.createSession(String key) Creates a Session with the given key, using an instance of synchronizedjava.util.Map<String, String>a sa holder for user-defined data.SessionManagerImpl.createSession(String key, SecurityContextTokenInfo sctInfo) SessionManagerImpl.createSession(String key, Class clasz) Creates a Session with the given key, using a new instance of the specified Class as a holder for user-defined data.SessionManagerImpl.createSession(String key, Object obj) Creates a Session with the given key, using the specified Object as a holder for user-defined data.abstract SessionSessionManager.getSession(String key) Returns an existing session identified by the Key else nullSessionManagerImpl.getSession(String key) Returns an existing session identified by the Key else nullMethods in com.sun.xml.ws.runtime.dev that return types with arguments of type SessionModifier and TypeMethodDescriptionprotected abstract Collection<Session>SessionManager.sessions()protected Collection<Session>SessionManagerImpl.sessions()