|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpaynet.Transaction
paynet.xact.PayByTouchTransaction
public class PayByTouchTransaction
| Field Summary | |
|---|---|
static java.lang.String |
COMPANY_KEY
|
static java.lang.String |
DEBUG_COMPANY_KEY
|
static java.lang.String |
DEBUG_CONNECTION
|
static java.lang.String |
DEBUG_SECURITY_KEY
|
static java.lang.String |
DEFAULT_CONNECTION
|
static java.lang.String |
SECURITY_KEY
|
| Constructor Summary | |
|---|---|
PayByTouchTransaction()
default constructor |
|
PayByTouchTransaction(org.w3c.dom.Document doc)
XML Document constructor |
|
PayByTouchTransaction(Transaction transaction)
existing transaction constructor |
|
PayByTouchTransaction(core.xml.Xml root)
XML constructor |
|
| Method Summary | |
|---|---|
boolean |
debugMode()
is this supposed to use the test platform? |
core.diag.ITrace |
getTrace()
|
boolean |
isVerbose()
certification requires us to send the "VERBOSE_RESPONSE" field |
void |
setConnectionString(java.lang.String connectionString)
override the default connection string |
void |
setDebugMode(boolean mode)
tell this transaction to use the test platform |
void |
setIsVerbose(boolean v)
set the certification bit ("VERBOSE_RESPONSE") |
void |
setTrace(core.diag.ITrace trace)
set a trace if you want |
Transaction |
submit()
Submit a transaction |
Transaction |
submitInTestMode()
Submit Xact in Test mode: auth and then void right away. |
void |
validate()
Validate a transaction before submitting |
java.lang.String |
xmlTrace()
Diagnostic... |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_CONNECTION
public static final java.lang.String DEBUG_CONNECTION
public static final java.lang.String COMPANY_KEY
public static final java.lang.String DEBUG_COMPANY_KEY
public static final java.lang.String SECURITY_KEY
public static final java.lang.String DEBUG_SECURITY_KEY
| Constructor Detail |
|---|
public PayByTouchTransaction()
public PayByTouchTransaction(core.xml.Xml root)
throws core.xml.XMLException
core.xml.XMLException
public PayByTouchTransaction(org.w3c.dom.Document doc)
throws core.xml.XMLException
core.xml.XMLException
public PayByTouchTransaction(Transaction transaction)
throws core.xml.XMLException
core.xml.XMLException| Method Detail |
|---|
public void setTrace(core.diag.ITrace trace)
public core.diag.ITrace getTrace()
public void setIsVerbose(boolean v)
public boolean isVerbose()
public java.lang.String xmlTrace()
throws core.xml.XMLException,
PaynetException
core.xml.XMLException
PaynetException
public Transaction submit()
throws PaynetException
submit in class TransactionPaynetException
public Transaction submitInTestMode()
throws PaynetException
PaynetExceptionpublic void setConnectionString(java.lang.String connectionString)
public void setDebugMode(boolean mode)
public boolean debugMode()
public void validate()
throws PaynetException
validate in class TransactionPaynetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||