org.exoplatform.services.wsrp.consumer.templates
Class InitCookieTemplate

java.lang.Object
  extended by org.exoplatform.services.wsrp.consumer.templates.InitCookieTemplate
All Implemented Interfaces:
InitCookieInfo
Direct Known Subclasses:
InitCookieImpl

public abstract class InitCookieTemplate
extends java.lang.Object
implements InitCookieInfo

Created y the eXo platform team User: Benjamin Mestrallet Date: 11 mai 2004


Constructor Summary
InitCookieTemplate()
           
 
Method Summary
abstract  java.lang.String getMarkupInterfaceURL()
           
abstract  WSRP_v1_Markup_PortType getWSRPMarkupService()
           
 boolean isInitCookieDone()
          Check wether a initCookie call has been done already or not.
 boolean isInitCookieRequired()
          Check if an initCookie call is generally required.
 void setInitCookieDone(boolean initCookieDone)
          Set if an initCookie call has been done already or not.
 void setInitCookieRequired(boolean initCookieRequired)
          Set a boolean value to indicate if an initCookie call needs to be done.
abstract  void setWSRPMarkupService(WSRP_v1_Markup_PortType markupPortType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitCookieTemplate

public InitCookieTemplate()
Method Detail

isInitCookieRequired

public boolean isInitCookieRequired()
Description copied from interface: InitCookieInfo
Check if an initCookie call is generally required. This does not necessarily say anything if the required initCookie call has been done already. Use isInitCookieDone for this purpose.

Specified by:
isInitCookieRequired in interface InitCookieInfo
Returns:
True if a call of init cookie is generally required.

setInitCookieRequired

public void setInitCookieRequired(boolean initCookieRequired)
Description copied from interface: InitCookieInfo
Set a boolean value to indicate if an initCookie call needs to be done.

Specified by:
setInitCookieRequired in interface InitCookieInfo
Parameters:
initCookieRequired - True if an initCookie call is generally required

isInitCookieDone

public boolean isInitCookieDone()
Description copied from interface: InitCookieInfo
Check wether a initCookie call has been done already or not.

Specified by:
isInitCookieDone in interface InitCookieInfo
Returns:
True if an initCookie has been done already

setInitCookieDone

public void setInitCookieDone(boolean initCookieDone)
Description copied from interface: InitCookieInfo
Set if an initCookie call has been done already or not.

Specified by:
setInitCookieDone in interface InitCookieInfo
Parameters:
initCookieDone - Set to true if the call has been done; false otherwise

getMarkupInterfaceURL

public abstract java.lang.String getMarkupInterfaceURL()
Specified by:
getMarkupInterfaceURL in interface InitCookieInfo

getWSRPMarkupService

public abstract WSRP_v1_Markup_PortType getWSRPMarkupService()
Specified by:
getWSRPMarkupService in interface InitCookieInfo

setWSRPMarkupService

public abstract void setWSRPMarkupService(WSRP_v1_Markup_PortType markupPortType)
Specified by:
setWSRPMarkupService in interface InitCookieInfo


Copyright © 2011 eXo Platform SAS. All Rights Reserved.