org.mule.samples.loanbroker
Class SyncLoanBroker

java.lang.Object
  extended byorg.mule.samples.loanbroker.SyncLoanBroker

public class SyncLoanBroker
extends Object

SyncLoanBroker is a synchronous Loan Broker that makes the calls to various components through the event context synchronously.


Field Summary
protected static Log logger
          logger used by this class
 
Constructor Summary
SyncLoanBroker()
           
 
Method Summary
 UMOMessage getLoanQuote(LoanRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static Log logger
logger used by this class

Constructor Detail

SyncLoanBroker

public SyncLoanBroker()
Method Detail

getLoanQuote

public UMOMessage getLoanQuote(LoanRequest request)
                        throws Exception
Throws:
Exception


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.