|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.protocol.Protocol.PostRsvp
public static class Protocol.PostRsvp
Represents the result of a form data post.
| Field Summary | |
|---|---|
byte[] |
data
The response data. |
ExFull |
exception
The response exception if the post was unsuccessful. |
int |
nCode
The response status code. |
java.lang.String |
sType
The response content type. |
| Constructor Summary | |
|---|---|
Protocol.PostRsvp(int nCode,
java.lang.String sType,
byte[] data,
ExFull exception)
Instantiates a post response with the given values. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int nCode
public final java.lang.String sType
public final byte[] data
public final ExFull exception
| Constructor Detail |
|---|
public Protocol.PostRsvp(int nCode,
java.lang.String sType,
byte[] data,
ExFull exception)
nCode - the response code.sType - the response content type.data - the response data.exception - the response exception.
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||