|
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.appconn.webservice.http.HTTPWebHeader
public class HTTPWebHeader
PersistableData| Constructor Summary | |
|---|---|
HTTPWebHeader()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of the header. |
java.lang.String |
getValue()
Gets the value of the header. |
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 |
setName(java.lang.String name)
Sets the name of the header. |
void |
setValue(java.lang.String value)
Sets the value of the header. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTTPWebHeader()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the header.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - The value of the header.
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 | ||||||||