|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InitCookieInfo
The init cookie information provides a mean to store information if a
InitCookie call is required before performing any other wsrp
call. Since a call of init cookie may be required only once for a group or a
user per producer, this interface also offers method to check this call has
been done already or not.
| Method Summary | |
|---|---|
String |
getMarkupInterfaceURL()
|
org.exoplatform.services.wsrp.intf.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. |
void |
setWSRPMarkupService(org.exoplatform.services.wsrp.intf.WSRP_v1_Markup_PortType markupPortType)
|
| Method Detail |
|---|
boolean isInitCookieRequired()
isInitCookieDone for this purpose.
void setInitCookieRequired(boolean initCookieRequired)
initCookieRequired - True if an initCookie call is generally requiredboolean isInitCookieDone()
void setInitCookieDone(boolean initCookieDone)
initCookieDone - Set to true if the call has been done; false
otherwiseString getMarkupInterfaceURL()
org.exoplatform.services.wsrp.intf.WSRP_v1_Markup_PortType getWSRPMarkupService()
void setWSRPMarkupService(org.exoplatform.services.wsrp.intf.WSRP_v1_Markup_PortType markupPortType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||