org.mule.example.loanbroker.esb
Class LoanBrokerApp

java.lang.Object
  extended by org.mule.example.loanbroker.AbstractLoanBrokerApp
      extended by org.mule.example.loanbroker.esb.LoanBrokerApp

public class LoanBrokerApp
extends AbstractLoanBrokerApp

Runs the LoanBroker ESB example application.


Constructor Summary
LoanBrokerApp(String config)
           
 
Method Summary
protected static String getInteractiveConfig()
           
static void main(String[] args)
           
 
Methods inherited from class org.mule.example.loanbroker.AbstractLoanBrokerApp
createRequest, dispose, getConfigBuilder, getRandomAmount, getRandomDuration, getRandomSsn, getRequestFromUser, init, readCharacter, readInt, readString, request, requestDispatch, requestSend, requestSend, run, sendRandomRequests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoanBrokerApp

public LoanBrokerApp(String config)
              throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

getInteractiveConfig

protected static String getInteractiveConfig()
                                      throws IOException
Throws:
IOException


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