org.mule.samples.voipservice.service
Class PaymentValidationService

java.lang.Object
  extended byorg.mule.samples.voipservice.service.PaymentValidationService
All Implemented Interfaces:
PaymentValidation

public class PaymentValidationService
extends Object
implements PaymentValidation

Author:
Binildas Christudas

Field Summary
protected static Log logger
           
 
Fields inherited from interface org.mule.samples.voipservice.interfaces.PaymentValidation
BANK_AGENCY_LOOKUP_NAME, CREDIT_AGENCY_LOOKUP_NAME, FAILURE, SUCCESS
 
Constructor Summary
PaymentValidationService()
           
 
Method Summary
 List getCreditVendors(String cardType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static transient Log logger
Constructor Detail

PaymentValidationService

public PaymentValidationService()
Method Detail

getCreditVendors

public List getCreditVendors(String cardType)
Specified by:
getCreditVendors in interface PaymentValidation


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