org.mule.example.loanbroker.bpm
Class LoanBrokerApp

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

public class LoanBrokerApp
extends AbstractLoanBrokerApp

Executes the LoanBroker BPM example.


Constructor Summary
LoanBrokerApp(String config)
           
 
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, 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

init

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


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