jar

org.mule.examples : mule-example-loanbroker

Maven & Gradle

Dec 19, 2006

Loan Broker Example · The Loan Broker example application is based on the example presented in the Enterprise Integration Patterns book. This chapter of the book is available online so you can see a detailed description of the application here (http://www.eaipatterns.com/ComposedMessagingWS.html).

Table Of Contents

Latest Version

Download org.mule.examples : mule-example-loanbroker JAR file - Latest Versions:

All Versions

Download org.mule.examples : mule-example-loanbroker JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.3

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mule-example-loanbroker-1.3.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.mule.samples.loanbroker

├─ org.mule.samples.loanbroker.AsyncLoanBroker.class - [JAR]

├─ org.mule.samples.loanbroker.Bank.class - [JAR]

├─ org.mule.samples.loanbroker.BankQuoteRequest.class - [JAR]

├─ org.mule.samples.loanbroker.CreditProfile.class - [JAR]

├─ org.mule.samples.loanbroker.Customer.class - [JAR]

├─ org.mule.samples.loanbroker.DefaultCreditAgencyService.class - [JAR]

├─ org.mule.samples.loanbroker.DefaultLenderService.class - [JAR]

├─ org.mule.samples.loanbroker.LoanConsumer.class - [JAR]

├─ org.mule.samples.loanbroker.LoanQuote.class - [JAR]

├─ org.mule.samples.loanbroker.LoanRequest.class - [JAR]

├─ org.mule.samples.loanbroker.SyncLoanBroker.class - [JAR]

org.mule.samples.loanbroker.routers

├─ org.mule.samples.loanbroker.routers.BankQuotesAggregator.class - [JAR]

├─ org.mule.samples.loanbroker.routers.BankQuotesResponseAggregator.class - [JAR]

org.mule.samples.loanbroker.service

├─ org.mule.samples.loanbroker.service.BankService.class - [JAR]

├─ org.mule.samples.loanbroker.service.CreditAgencyService.class - [JAR]

├─ org.mule.samples.loanbroker.service.LoanBroker.class - [JAR]

Advertisement