org.mule.samples.voipservice.interfaces
Interface PaymentValidation

All Known Implementing Classes:
PaymentValidationService

public interface PaymentValidation


Field Summary
static String BANK_AGENCY_LOOKUP_NAME
           
static String CREDIT_AGENCY_LOOKUP_NAME
           
static int FAILURE
           
static int SUCCESS
           
 
Method Summary
 List getCreditVendors(String cardType)
           
 

Field Detail

SUCCESS

static final int SUCCESS
See Also:
Constant Field Values

FAILURE

static final int FAILURE
See Also:
Constant Field Values

CREDIT_AGENCY_LOOKUP_NAME

static final String CREDIT_AGENCY_LOOKUP_NAME
See Also:
Constant Field Values

BANK_AGENCY_LOOKUP_NAME

static final String BANK_AGENCY_LOOKUP_NAME
See Also:
Constant Field Values
Method Detail

getCreditVendors

List getCreditVendors(String cardType)
                      throws IOException
Throws:
IOException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.