|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.wsrp4j.consumer.driver.InitCookieInfoImpl
public class 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
WSRPException| Method Detail |
|---|
public boolean isInitCookieRequired()
InitCookieInfoisInitCookieDone for
this purpose.
isInitCookieRequired in interface InitCookieInfopublic void setInitCookieRequired(boolean initCookieRequired)
InitCookieInfo
setInitCookieRequired in interface InitCookieInfoinitCookieRequired - True if an initCookie call is generally requiredpublic boolean isInitCookieDone()
InitCookieInfo
isInitCookieDone in interface InitCookieInfopublic void setInitCookieDone(boolean initCookieDone)
InitCookieInfo
setInitCookieDone in interface InitCookieInfoinitCookieDone - Set to true if the call has been done; false otherwisepublic java.lang.String getMarkupInterfaceURL()
InitCookieInfo
getMarkupInterfaceURL in interface InitCookieInfopublic WSRP_v1_Markup_PortType getWSRPBaseService()
InitCookieInfo
getWSRPBaseService in interface InitCookieInfopublic void setWSRPBaseService(WSRP_v1_Markup_PortType markupPortType)
InitCookieInfo
setWSRPBaseService in interface InitCookieInfomarkupPortType - the markup interface portType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||