org.mule.samples.voipservice.service
Class BankAgencyService

java.lang.Object
  extended by org.mule.samples.voipservice.service.BankAgencyService
All Implemented Interfaces:
BankAgency

public class BankAgencyService
extends Object
implements BankAgency


Field Summary
protected static Log logger
           
 
Constructor Summary
BankAgencyService()
           
 
Method Summary
 CreditProfileTO getAuthorisedStatus(CreditProfileTO creditProfileTO)
           
 
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

BankAgencyService

public BankAgencyService()
Method Detail

getAuthorisedStatus

public CreditProfileTO getAuthorisedStatus(CreditProfileTO creditProfileTO)
Specified by:
getAuthorisedStatus in interface BankAgency


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