|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An credit application API to be implemented by an adaptor to a third-party credit application processing system. When applying for credit, the system will look for com/retek/component/payment/integration/creditapp/integration.properties in the classpath, and load the class named in the property credit.authorizer.synchronous, which must implement this interface.
This class may be joined in the future by an AsynchronousCreditApplicationApplier, which will use the same request and response classes.
Method Summary | |
CreditApplicationResponse |
applyForCredit(CreditApplicationRequest request)
Handles the applying of a single credit application. |
Method Detail |
public CreditApplicationResponse applyForCredit(CreditApplicationRequest request) throws CreditAppProcessingException
request
- Information about the credit application (DOB, SSN, etc.) and the customer
CreditAppProcessingException
- if the system is unable to process the
credit application request.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |