org.mule.example.loanbroker.esn
Class LoanBrokerApp

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

public class LoanBrokerApp
extends AbstractLoanBrokerApp

Runs the LoanBroker ESN example application.


Field Summary
static java.lang.String[][] CLI_OPTIONS
           
 
Constructor Summary
LoanBrokerApp()
           
LoanBrokerApp(java.lang.String config)
           
 
Method Summary
protected static java.lang.String getInteractiveConfig()
           
static void main(java.lang.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
 

Field Detail

CLI_OPTIONS

public static final java.lang.String[][] CLI_OPTIONS
Constructor Detail

LoanBrokerApp

public LoanBrokerApp()
              throws java.lang.Exception
Throws:
java.lang.Exception

LoanBrokerApp

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

main

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

getInteractiveConfig

protected static java.lang.String getInteractiveConfig()
                                                throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.