Uses of Class
org.apache.wsrp4j.consumer.driver.InitCookieInfoImpl

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

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

Subclasses of InitCookieInfoImpl in org.apache.wsrp4j.consumer.app.driver
 class GroupSessionImpl
          Class implements a consumer based group session
 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.
 

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

Subclasses of InitCookieInfoImpl in org.apache.wsrp4j.consumer.driver
 class GenericGroupSessionImpl
          Class implements a consumer based group session
 class GenericUserSessionImpl
           
 



--