|
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.WebHeaderList
public class WebHeaderList
| Constructor Summary | |
|---|---|
WebHeaderList()
Creates a new instance of WebHeaderList |
|
| Method Summary | |
|---|---|
int |
countWebHeaderList()
Gets the count of headers in the list. |
WebNameValues[] |
getWebHeaderList()
Gets WebHeaderList. |
WebNameValues |
getWebHeaderList(int i)
Gets a WebHeader 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 |
setWebHeaderList(int i,
WebNameValues header)
Sets a WebHeader at a specified index. |
void |
setWebHeaderList(WebNameValues[] hdrs)
Sets WebHeaderList. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebHeaderList()
| Method Detail |
|---|
public void setWebHeaderList(WebNameValues[] hdrs)
hdrs - The HTTP header listpublic WebNameValues[] getWebHeaderList()
public WebNameValues getWebHeaderList(int i)
i - Index of the header to get.
public void setWebHeaderList(int i,
WebNameValues header)
i - Index to set.header - The HTTP headerpublic int countWebHeaderList()
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 | ||||||||