Package com.sun.xml.ws.runtime.dev
package com.sun.xml.ws.runtime.dev
-
ClassesClassDescriptionThe
Sessionobject is used to manage state between multiple requests from the same client.TheSessionManageris used to obtain session information This can be implemented using persistent 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 operationsIn memory implementation ofSessionManager