net.authorize.admcApi
Class AimConfig

java.lang.Object
  extended by net.authorize.admcApi.AimConfig

public class AimConfig
extends Object

The testMode settings of the AimConfig is a default which may be overridden for individual AimTransactions.


Field Summary
private static org.apache.commons.logging.Log log
           
private  String login
           
private  String md5Kernel
           
private  char pdelimiter
           
private  char pencap
           
private  int pminfields
           
private  String prelay_response
           
private  String pversion
           
private  boolean requireCardCode
           
private  boolean testMode
           
private  String tran_key
           
private  URL url
           
 
Constructor Summary
AimConfig()
           
 
Method Summary
 String getLogin()
           
 String getMd5Kernel()
           
 char getPdelimiter()
           
 char getPencap()
           
 int getPminfields()
           
 String getPrelay_response()
           
 String getPversion()
           
 boolean getRequireCardCode()
           
 boolean getTestMode()
           
 String getTran_key()
           
 URL getUrl()
           
 boolean isTestMode()
           
 AimTransaction newTransaction()
          Get your AimTransaction instances here! We purposefully keep no handle to the new transactions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.commons.logging.Log log

login

private String login

md5Kernel

private String md5Kernel

pdelimiter

private char pdelimiter

pencap

private char pencap

pminfields

private int pminfields

prelay_response

private String prelay_response

pversion

private String pversion

requireCardCode

private boolean requireCardCode

testMode

private boolean testMode

tran_key

private String tran_key

url

private URL url
Constructor Detail

AimConfig

public AimConfig()
          throws AuthNetException
Throws:
AuthNetException
Method Detail

getLogin

public String getLogin()

getMd5Kernel

public String getMd5Kernel()

getPdelimiter

public char getPdelimiter()

getPencap

public char getPencap()

getPminfields

public int getPminfields()

getPrelay_response

public String getPrelay_response()

getPversion

public String getPversion()

getRequireCardCode

public boolean getRequireCardCode()

getTestMode

public boolean getTestMode()

getTran_key

public String getTran_key()

getUrl

public URL getUrl()

isTestMode

public boolean isTestMode()

newTransaction

public AimTransaction newTransaction()
Get your AimTransaction instances here! We purposefully keep no handle to the new transactions. When user finishes with them, the JVM should GC them.

Returns:
WRITEME