org.mule.example.loanbroker
Class LoanBrokerApp

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

public class LoanBrokerApp
extends AbstractLoanBrokerApp

Executes the LoanBroker BPM example. This is a standalone app which assumes Mule is running somewhere.


Constructor Summary
LoanBrokerApp()
           
 
Method Summary
protected  void init()
           
static void main(String[] args)
           
 
Methods inherited from class org.mule.example.loanbroker.AbstractLoanBrokerApp
createRequest, dispose, getConfigBuilder, getRandomAmount, getRandomDuration, getRandomSsn, getRequestFromUser, readCharacter, readInt, readString, request, requestDispatch, 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()
              throws Exception
Throws:
Exception
Method Detail

main

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

init

protected void init()
             throws Exception
Overrides:
init in class AbstractLoanBrokerApp
Throws:
Exception


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