|
Sun Adapter for HTTP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.otd.httpserveradapter.webservice.CookieList
public class CookieList
| Constructor Summary | |
|---|---|
CookieList()
Creates a new instance of CookieList |
|
| Method Summary | |
|---|---|
int |
countCookieList()
Gets the count of cookies in the list. |
Cookie[] |
getCookieList()
Gets a CookieList as an array of Cookie. |
Cookie |
getCookieList(int i)
Gets a Cookie at a specified index. |
void |
persist(com.stc.connector.persistence.bpel.DataOutput dos)
Persists (serialize) this message. |
void |
restore(com.stc.connector.persistence.bpel.DataInput dis)
Restore (deserialize) this message. |
void |
setCookieList(Cookie[] cookieArray)
Sets a CookieList from an array of Cookie. |
void |
setCookieList(int i,
Cookie cookie)
Sets a WebHeader at a specified index. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CookieList()
| Method Detail |
|---|
public void setCookieList(Cookie[] cookieArray)
cookieArray - The Cookie arraypublic Cookie[] getCookieList()
public void setCookieList(int i,
Cookie cookie)
i - Index to set.cookie - The Cookiepublic Cookie getCookieList(int i)
i - Index of the cookie to get.
public int countCookieList()
public void persist(com.stc.connector.persistence.bpel.DataOutput dos)
throws java.lang.Exception
persist in interface com.stc.connector.persistence.bpel.PersistableDatados - The DataOutputStream to which the Java Bean
message is persisted.
java.lang.Exception - upon error.
public void restore(com.stc.connector.persistence.bpel.DataInput dis)
throws java.lang.Exception
restore in interface com.stc.connector.persistence.bpel.PersistableDatadis - The DataInputStream from which the Java Bean
message is restored.
java.lang.Exception - upon error.
|
Sun Adapter for HTTP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||