Uses of Interface
org.apache.wsrp4j.consumer.UserSessionMgr

Packages that use UserSessionMgr
org.apache.wsrp4j.consumer   
org.apache.wsrp4j.consumer.app.driver   
org.apache.wsrp4j.consumer.driver   
 

Uses of UserSessionMgr in org.apache.wsrp4j.consumer
 

Methods in org.apache.wsrp4j.consumer that return UserSessionMgr
 UserSessionMgr SessionHandler.getUserSession(java.lang.String producerID, java.lang.String userID)
          Get the session manager of the user session with the given user ID and producer ID.
 

Uses of UserSessionMgr in org.apache.wsrp4j.consumer.app.driver
 

Classes in org.apache.wsrp4j.consumer.app.driver that implement UserSessionMgr
 class UserSessionImpl
          Implements a simple consumer-based user session Note: Since most of this methods all only for the session handler, consider to make most of the methods package scoped.
 

Methods in org.apache.wsrp4j.consumer.app.driver that return UserSessionMgr
 UserSessionMgr SessionHandlerImpl.getUserSession(java.lang.String producerID, java.lang.String userID)
          Get the session manager of the user session with the given user ID and producer ID.
 

Uses of UserSessionMgr in org.apache.wsrp4j.consumer.driver
 

Classes in org.apache.wsrp4j.consumer.driver that implement UserSessionMgr
 class GenericUserSessionImpl
           
 



--