Uses of Package
com.sun.xml.ws.runtime.util

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

Classes in com.sun.xml.ws.runtime.util used by com.sun.xml.ws.rm.runtime
Session
          The Session object is used to manage state between multiple requests from the same client.
 

Classes in com.sun.xml.ws.runtime.util used by com.sun.xml.ws.runtime.util
Session
          The Session object is used to manage state between multiple requests from the same client.
SessionManager
          The SessionManager is used to obtain session information This can be implemented using persisitent storage mechanisms or using transient storage Even if it is implemented using persistent storage the implementation should take care of backing by a cache which will avoid the overhead of serialization and database operations