com.liferay.portlet.wsrp
Class GroupSessionImpl

java.lang.Object
  extended by org.apache.wsrp4j.consumer.driver.InitCookieInfoImpl
      extended by org.apache.wsrp4j.consumer.driver.GenericGroupSessionImpl
          extended by com.liferay.portlet.wsrp.GroupSessionImpl
All Implemented Interfaces:
org.apache.wsrp4j.consumer.GroupSession, org.apache.wsrp4j.consumer.GroupSessionMgr, org.apache.wsrp4j.consumer.InitCookieInfo

public class GroupSessionImpl
extends org.apache.wsrp4j.consumer.driver.GenericGroupSessionImpl

View Source

Author:
Michael Young

Field Summary
 
Fields inherited from class org.apache.wsrp4j.consumer.driver.GenericGroupSessionImpl
portletSessions
 
Constructor Summary
GroupSessionImpl(java.lang.String groupID, java.lang.String portletServicesURL)
           
 
Method Summary
 org.apache.wsrp4j.consumer.PortletSession getPortletSession(java.lang.String portletHandle)
           
 
Methods inherited from class org.apache.wsrp4j.consumer.driver.GenericGroupSessionImpl
addPortletSession, existsPortletSession, getAllPortletSessions, getGroupID, removeAllPortletSessions, removePortletSession, setGroupID
 
Methods inherited from class org.apache.wsrp4j.consumer.driver.InitCookieInfoImpl
getMarkupInterfaceURL, getWSRPBaseService, isInitCookieDone, isInitCookieRequired, setInitCookieDone, setInitCookieRequired, setWSRPBaseService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.wsrp4j.consumer.InitCookieInfo
getMarkupInterfaceURL, getWSRPBaseService, isInitCookieDone, isInitCookieRequired, setInitCookieDone, setInitCookieRequired, setWSRPBaseService
 

Constructor Detail

GroupSessionImpl

public GroupSessionImpl(java.lang.String groupID,
                        java.lang.String portletServicesURL)
                 throws org.apache.wsrp4j.exception.WSRPException
Throws:
org.apache.wsrp4j.exception.WSRPException
Method Detail

getPortletSession

public org.apache.wsrp4j.consumer.PortletSession getPortletSession(java.lang.String portletHandle)
Specified by:
getPortletSession in interface org.apache.wsrp4j.consumer.GroupSession
Specified by:
getPortletSession in class org.apache.wsrp4j.consumer.driver.GenericGroupSessionImpl