|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.admc.authnet.AimConfig
public class AimConfig
The testMode settings of the AimConfig is a default which may be overridden for individual AimTransactions.
Constructor Summary | |
---|---|
AimConfig()
|
Method Summary | |
---|---|
java.lang.String |
getLogin()
TODO: document this method (brpocock, Oct 13, 2009) |
java.lang.String |
getMd5Kernel()
TODO: document this method (brpocock, Oct 13, 2009) |
char |
getPdelimiter()
TODO: document this method (brpocock, Oct 13, 2009) |
char |
getPencap()
TODO: document this method (brpocock, Oct 13, 2009) |
int |
getPminfields()
TODO: document this method (brpocock, Oct 13, 2009) |
java.lang.String |
getPrelay_response()
TODO: document this method (brpocock, Oct 13, 2009) |
java.lang.String |
getPversion()
TODO: document this method (brpocock, Oct 13, 2009) |
boolean |
getRequireCardCode()
TODO: document this method (brpocock, Oct 13, 2009) |
boolean |
getTestMode()
TODO: document this method (brpocock, Oct 13, 2009) |
java.lang.String |
getTran_key()
TODO: document this method (brpocock, Oct 13, 2009) |
java.net.URL |
getUrl()
TODO: document this method (brpocock, Oct 13, 2009) |
boolean |
isTestMode()
TODO: document this method (brpocock, Oct 13, 2009) |
AimTransaction |
newTransaction()
Get your AimTransaction instances here! |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AimConfig() throws AuthNetException
AuthNetException
- WRITEMEMethod Detail |
---|
public java.lang.String getLogin()
public java.lang.String getMd5Kernel()
public char getPdelimiter()
public char getPencap()
public int getPminfields()
public java.lang.String getPrelay_response()
public java.lang.String getPversion()
public boolean getRequireCardCode()
public boolean getTestMode()
public java.lang.String getTran_key()
public java.net.URL getUrl()
public boolean isTestMode()
public AimTransaction newTransaction()
We purposefully keep no handle to the new transactions. When user finishes with them, the JVM should GC them.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |