atg.commerce.payment
Class DummyAddressVerificationProcessor

java.lang.Object
  extended by atg.commerce.payment.DummyAddressVerificationProcessor
All Implemented Interfaces:
AddressVerificationProcessor

public class DummyAddressVerificationProcessor
extends java.lang.Object
implements AddressVerificationProcessor

This class is a dummy address verification processor. It purpose is to be a placeholder for a real address verification processor. The implementations of all the methods in this class construct a new AddressVerificationStatus object with dummy success data and return it to the caller.

See Also:
AddressVerificationProcessor

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
DummyAddressVerificationProcessor()
           
 
Method Summary
 AddressVerificationStatus verifyAddress(AddressVerificationInfo pAvsInfo)
          Perform address verification on the information specified in AddressVerificationInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

DummyAddressVerificationProcessor

public DummyAddressVerificationProcessor()
Method Detail

verifyAddress

public AddressVerificationStatus verifyAddress(AddressVerificationInfo pAvsInfo)
Perform address verification on the information specified in AddressVerificationInfo

Specified by:
verifyAddress in interface AddressVerificationProcessor
Parameters:
pAvsInfo - the AvsInfo reference which contains all the address values
Returns:
a AvsStatus object detailing the results of the verification