| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.payment.DummyAddressVerificationProcessor
public class DummyAddressVerificationProcessor
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.
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 | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public DummyAddressVerificationProcessor()
| Method Detail | 
|---|
public AddressVerificationStatus verifyAddress(AddressVerificationInfo pAvsInfo)
verifyAddress in interface AddressVerificationProcessorpAvsInfo - the AvsInfo reference which contains all the address values
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||