|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Session | |
---|---|
com.sun.xml.ws.rm.runtime | |
com.sun.xml.ws.runtime.util |
Uses of Session in com.sun.xml.ws.rm.runtime |
---|
Methods in com.sun.xml.ws.rm.runtime that return Session | |
---|---|
Session |
PacketAdapter.getSession()
TODO javadoc |
Uses of Session in com.sun.xml.ws.runtime.util |
---|
Methods in com.sun.xml.ws.runtime.util that return Session | |
---|---|
abstract Session |
SessionManager.createSession(java.lang.String key)
Creates a Session with the given key, using an instance of java.util.Hashtable |
Session |
SessionManagerImpl.createSession(java.lang.String key)
Creates a Session with the given key, using an instance of java.util.Hashtable |
abstract Session |
SessionManager.createSession(java.lang.String key,
java.lang.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(java.lang.String key,
java.lang.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(java.lang.String key,
java.lang.Object obj)
Creates a Session with the given key, using the specified Object as a holder for user-defined data. |
Session |
SessionManagerImpl.createSession(java.lang.String key,
java.lang.Object obj)
Creates a Session with the given key, using the specified Object as a holder for user-defined data. |
abstract Session |
SessionManager.getSession(java.lang.String key)
Returns an existing session identified by the Key else null |
Session |
SessionManagerImpl.getSession(java.lang.String key)
Returns an existing session identified by the Key else null |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |