Uses of Class
com.sun.xml.ws.runtime.dev.Session

Packages that use Session
com.sun.xml.ws.runtime.dev   
 

Uses of Session in com.sun.xml.ws.runtime.dev
 

Methods in com.sun.xml.ws.runtime.dev that return Session
abstract  Session SessionManager.createSession(String key)
          Creates a Session with the given key, using an instance of java.util.Hashtable asa holder for user-defined data.
 Session SessionManagerImpl.createSession(String key)
          Creates a Session with the given key, using an instance of synchronized java.util.Map a sa holder for user-defined data.
abstract  Session SessionManager.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.
 Session 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.
abstract  Session SessionManager.createSession(String key, Object obj)
          Creates a Session with the given key, using the specified Object as a holder for user-defined data.
 Session 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  Session SessionManager.createSession(String key, SecurityContextTokenInfo sctInfo)
           
 Session SessionManagerImpl.createSession(String key, SecurityContextTokenInfo sctInfo)
           
abstract  Session SessionManager.getSession(String key)
          Returns an existing session identified by the Key else null
 Session SessionManagerImpl.getSession(String key)
          Returns an existing session identified by the Key else null
 

Methods in com.sun.xml.ws.runtime.dev that return types with arguments of type Session
protected abstract  Collection<Session> SessionManager.sessions()
           
protected  Collection<Session> SessionManagerImpl.sessions()
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.