|
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.WebParameterList
public class WebParameterList
| Constructor Summary | |
|---|---|
WebParameterList()
Creates a new instance of WebParameterList |
|
| Method Summary | |
|---|---|
int |
countWebParameterList()
Gets the count of parameters in the list. |
WebNameValues[] |
getWebParameterList()
Gets WebParameterList. |
WebNameValues |
getWebParameterList(int i)
Gets a WebNameValues 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 |
setWebParameterList(int i,
WebNameValues param)
|
void |
setWebParameterList(WebNameValues[] params)
Sets a WebParameterList. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebParameterList()
| Method Detail |
|---|
public void setWebParameterList(WebNameValues[] params)
params - The HTTP parameter listpublic WebNameValues[] getWebParameterList()
public WebNameValues getWebParameterList(int i)
i - Index to set.
public void setWebParameterList(int i,
WebNameValues param)
public int countWebParameterList()
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 | ||||||||