|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpaynet.Transaction
paynet.xact.PaynetTransaction
public class PaynetTransaction
| Field Summary | |
|---|---|
static java.lang.String |
PAYNET_PARAMETER_NAME
|
| Constructor Summary | |
|---|---|
PaynetTransaction()
default constructor |
|
PaynetTransaction(org.w3c.dom.Document doc)
constructor that uses an XML document |
|
PaynetTransaction(core.xml.Xml xml)
constructor that uses XML |
|
| Method Summary | |
|---|---|
boolean |
debugMode()
is this supposed to use the test platform? |
java.lang.String |
getSourceIp()
soruce IP |
core.diag.ITrace |
getTrace()
|
void |
setDebugMode(boolean mode)
tell this transaction to use the test platform |
void |
setSourceIp(java.lang.String ip)
source IP |
void |
setTrace(core.diag.ITrace trace)
set a trace if you want |
Transaction |
submit()
Submit a transaction |
org.w3c.dom.Element |
toXml(core.xml.Xml root)
display the XML for this transaction |
void |
validate()
Validate a transaction before submitting |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PAYNET_PARAMETER_NAME
| Constructor Detail |
|---|
public PaynetTransaction()
public PaynetTransaction(core.xml.Xml xml)
throws core.xml.XMLException
core.xml.XMLException
public PaynetTransaction(org.w3c.dom.Document doc)
throws core.xml.XMLException
core.xml.XMLException| Method Detail |
|---|
public void setTrace(core.diag.ITrace trace)
public core.diag.ITrace getTrace()
public Transaction submit()
throws PaynetException
submit in class TransactionPaynetExceptionpublic void setDebugMode(boolean mode)
public boolean debugMode()
public void setSourceIp(java.lang.String ip)
public java.lang.String getSourceIp()
public void validate()
throws PaynetException
validate in class TransactionPaynetException
public org.w3c.dom.Element toXml(core.xml.Xml root)
throws PaynetException
toXml in class TransactionPaynetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||