|
Sun Adapter for Siebel EAI API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.appconn.webservice.siebeleai.HTTPWebHeaderList
public class HTTPWebHeaderList
Header list wrapper.
| Constructor Summary | |
|---|---|
HTTPWebHeaderList()
Creates a new instance of HTTPWebHeaderList |
|
| Method Summary | |
|---|---|
int |
countHTTPWebHeaderList()
Gets the count of headers in the list. |
HTTPWebHeader[] |
getHTTPWebHeaderList()
Gets an array of HTTPWebHeader. |
HTTPWebHeader |
getHTTPWebHeaderList(int i)
Gets an HTTPWebHeader at a specified index. |
void |
getHTTPWebParameterList(HTTPWebHeader[] wheaders)
Sets an array of HTTPWebHeader. |
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 |
setHTTPWebHeaderList(int i,
HTTPWebHeader header)
Sets an HTTPWebHeader at a specified index. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTTPWebHeaderList()
| Method Detail |
|---|
public void setHTTPWebHeaderList(int i,
HTTPWebHeader header)
i - Index to set.header - The HTTP header.public HTTPWebHeader[] getHTTPWebHeaderList()
public void getHTTPWebParameterList(HTTPWebHeader[] wheaders)
wheaders - An array of HTTPWebParameter to set.public HTTPWebHeader getHTTPWebHeaderList(int i)
i - Index of the header to get.
public int countHTTPWebHeaderList()
public void persist(com.stc.connector.persistence.bpel.DataOutput dos)
throws java.lang.Exception
dos - 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
dis - The DataInputStream from which the Java Bean
message is restored.
java.lang.Exception - upon error.
|
Sun Adapter for Siebel EAI API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||