|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
As an initCookie call in WSRP can be required on a per group or
per user basis an object implementing this interface can typically
be hold in a user or group session.
Implementations of this interface hold a MarkupPortType stub
to handle cookies correctly
Method Summary | |
java.lang.String |
getMarkupInterfaceURL()
Get the markup interface URL |
WSRP_v1_Markup_PortType |
getWSRPBaseService()
Get the markup interface portType |
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 |
setWSRPBaseService(WSRP_v1_Markup_PortType markupPortType)
set the markup interface portType |
Method Detail |
public boolean isInitCookieRequired()
isInitCookieDone
for
this purpose.
public void setInitCookieRequired(boolean initCookieRequired)
initCookieRequired
- True if an initCookie call is generally requiredpublic boolean isInitCookieDone()
public void setInitCookieDone(boolean initCookieDone)
initCookieDone
- Set to true if the call has been done; false otherwisepublic java.lang.String getMarkupInterfaceURL()
public WSRP_v1_Markup_PortType getWSRPBaseService()
public void setWSRPBaseService(WSRP_v1_Markup_PortType markupPortType)
markupPortType
- the markup interface portType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |