|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsrp4j.consumer.driver.InitCookieInfoImpl
Constructor Summary | |
InitCookieInfoImpl(java.lang.String markupURL)
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InitCookieInfoImpl(java.lang.String markupURL) throws WSRPException
Method Detail |
public boolean isInitCookieRequired()
InitCookieInfo
isInitCookieDone
for
this purpose.
isInitCookieRequired
in interface InitCookieInfo
public void setInitCookieRequired(boolean initCookieRequired)
InitCookieInfo
setInitCookieRequired
in interface InitCookieInfo
initCookieRequired
- True if an initCookie call is generally requiredpublic boolean isInitCookieDone()
InitCookieInfo
isInitCookieDone
in interface InitCookieInfo
public void setInitCookieDone(boolean initCookieDone)
InitCookieInfo
setInitCookieDone
in interface InitCookieInfo
initCookieDone
- Set to true if the call has been done; false otherwisepublic java.lang.String getMarkupInterfaceURL()
InitCookieInfo
getMarkupInterfaceURL
in interface InitCookieInfo
public WSRP_v1_Markup_PortType getWSRPBaseService()
InitCookieInfo
getWSRPBaseService
in interface InitCookieInfo
public void setWSRPBaseService(WSRP_v1_Markup_PortType markupPortType)
InitCookieInfo
setWSRPBaseService
in interface InitCookieInfo
markupPortType
- the markup interface portType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |