public class PaymentServerResponse extends java.lang.Object implements XDMConstants
Constructor and Description |
---|
PaymentServerResponse(com.ibm.etill.org.w3c.dom.Document document)
Deprecated.
Construct a PaymentServerResponse object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getBuyerMessage()
Deprecated.
Return the message for the buyer
|
byte[] | getContent()
Deprecated.
Return the content.
|
java.lang.String | getContentType()
Deprecated.
Returns the content type.
|
java.lang.String | getDebug()
Deprecated.
Return the value of the debug flag.
|
java.lang.String | getMerchantMessage()
Deprecated.
Return the message for the merchant
|
int | getObjectCount()
Deprecated.
Return the number of objects.
|
java.util.Enumeration | getObjects()
Deprecated.
Return an enumeration of PSObject.
|
short | getPrimaryRC()
Deprecated.
Return the primary return code.
|
short | getSecondaryRC()
Deprecated.
Return the secondary return code.
|
public PaymentServerResponse(com.ibm.etill.org.w3c.dom.Document document)
public short getPrimaryRC()
public short getSecondaryRC()
public int getObjectCount()
public java.lang.String getBuyerMessage()
public java.lang.String getMerchantMessage()
public java.lang.String getContentType()
public byte[] getContent()
public java.util.Enumeration getObjects()
public java.lang.String getDebug()