org.mule.samples.voipservice.service
Class CreditAgencyService

java.lang.Object
  extended by org.mule.samples.voipservice.service.CreditAgencyService
All Implemented Interfaces:
CreditAgency

public class CreditAgencyService
extends Object
implements CreditAgency


Field Summary
protected static Log logger
           
 
Constructor Summary
CreditAgencyService()
           
 
Method Summary
 CreditProfileTO getCreditProfile(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

CreditAgencyService

public CreditAgencyService()
Method Detail

getCreditProfile

public CreditProfileTO getCreditProfile(CreditProfileTO creditProfileTO)
Specified by:
getCreditProfile in interface CreditAgency


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