Package com.adobe.xfa.protocol
Class Protocol.PostRsvp
java.lang.Object
com.adobe.xfa.protocol.Protocol.PostRsvp
- Enclosing interface:
Protocol
Represents the result of a form data post.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nCode
public final int nCodeThe response status code. -
sType
The response content type. -
data
public final byte[] dataThe response data. -
exception
The response exception if the post was unsuccessful.
-
-
Constructor Details
-
PostRsvp
Instantiates a post response with the given values.- Parameters:
nCode- the response code.sType- the response content type.data- the response data.exception- the response exception.
-