net.authorize.admc.authnet
Class AimConfig

java.lang.Object
  extended by net.authorize.admc.authnet.AimConfig

public class AimConfig
extends java.lang.Object

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

AimConfig

public AimConfig()
          throws AuthNetException
Throws:
AuthNetException - WRITEME
Method Detail

getLogin

public java.lang.String getLogin()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

getMd5Kernel

public java.lang.String getMd5Kernel()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

getPdelimiter

public char getPdelimiter()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

getPencap

public char getPencap()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

getPminfields

public int getPminfields()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

getPrelay_response

public java.lang.String getPrelay_response()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

getPversion

public java.lang.String getPversion()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

getRequireCardCode

public boolean getRequireCardCode()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

getTestMode

public boolean getTestMode()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

getTran_key

public java.lang.String getTran_key()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

getUrl

public java.net.URL getUrl()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

isTestMode

public boolean isTestMode()
TODO: document this method (brpocock, Oct 13, 2009)

Returns:
WRITEME

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