B C D E G L M O P R S T W
B
- Bank - Class in org.mule.example.loanbroker.bank
-
Bank is a representation of a bank from which to obtain loan
quotes.
- Bank() - Constructor for class org.mule.example.loanbroker.bank.Bank
-
- BankService - Interface in org.mule.example.loanbroker.bank
-
BankService is a representation of a bank form which to obtain loan
quotes.
C
- CreditAgencyService - Interface in org.mule.example.loanbroker.credit
-
CreditAgencyService the service that provides a credit score for a
customer.
- CreditProfile - Class in org.mule.example.loanbroker.messages
-
CreditProfile is a dummy finance profile for a customer
- CreditProfile() - Constructor for class org.mule.example.loanbroker.messages.CreditProfile
-
- Customer - Class in org.mule.example.loanbroker.messages
-
Customer the loan broker customer
- Customer() - Constructor for class org.mule.example.loanbroker.messages.Customer
-
- Customer(String, int) - Constructor for class org.mule.example.loanbroker.messages.Customer
-
- CustomerQuoteRequest - Class in org.mule.example.loanbroker.messages
-
CustomerQuoteRequest is the request sent by the the LoanBroker
- CustomerQuoteRequest() - Constructor for class org.mule.example.loanbroker.messages.CustomerQuoteRequest
-
- CustomerQuoteRequest(Customer, double, int) - Constructor for class org.mule.example.loanbroker.messages.CustomerQuoteRequest
-
D
- DefaultCreditAgency - Class in org.mule.example.loanbroker.credit
-
Provides the credit profile for a customer.
- DefaultCreditAgency() - Constructor for class org.mule.example.loanbroker.credit.DefaultCreditAgency
-
E
- enterLoanAmount() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- enterLoanDuration() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- enterName() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- esbWelcome() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- exiting() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
G
- getBankName() - Method in class org.mule.example.loanbroker.bank.Bank
-
- getBankName() - Method in class org.mule.example.loanbroker.messages.LoanQuote
-
- getClassLoader() - Method in class org.mule.example.loanbroker.LocaleMessage
-
- getCreditHistory() - Method in class org.mule.example.loanbroker.messages.CreditProfile
-
- getCreditHistoryLength(int) - Method in class org.mule.example.loanbroker.credit.DefaultCreditAgency
-
- getCreditProfile(Customer) - Method in interface org.mule.example.loanbroker.credit.CreditAgencyService
-
- getCreditProfile(Customer) - Method in class org.mule.example.loanbroker.credit.DefaultCreditAgency
-
- getCreditProfile() - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
-
- getCreditScore(int) - Method in class org.mule.example.loanbroker.credit.DefaultCreditAgency
-
- getCreditScore() - Method in class org.mule.example.loanbroker.messages.CreditProfile
-
- getCustomer() - Method in class org.mule.example.loanbroker.messages.CustomerQuoteRequest
-
- getCustomerRequest() - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
-
- getInterestRate() - Method in class org.mule.example.loanbroker.messages.LoanQuote
-
- getLenders() - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
-
- getLoanAmount() - Method in class org.mule.example.loanbroker.messages.CustomerQuoteRequest
-
- getLoanDuration() - Method in class org.mule.example.loanbroker.messages.CustomerQuoteRequest
-
- getLoanQuote(LoanBrokerQuoteRequest) - Method in class org.mule.example.loanbroker.bank.Bank
-
- getLoanQuote(LoanBrokerQuoteRequest) - Method in interface org.mule.example.loanbroker.bank.BankService
-
- getLoanQuote() - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
-
- getName() - Method in class org.mule.example.loanbroker.messages.Customer
-
- getPrimeRate() - Method in class org.mule.example.loanbroker.bank.Bank
-
- getSsn() - Method in class org.mule.example.loanbroker.messages.Customer
-
L
- loadingAsync() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- loadingEndpointEjb() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- loadingManagedEjb() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- loadingSync() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- loanAmountError(String) - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- LoanBrokerQuoteRequest - Class in org.mule.example.loanbroker.messages
-
LoanQuoteRequest represents a customer request for a loan through a
loan broker
- LoanBrokerQuoteRequest() - Constructor for class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
-
- loanDurationError(String) - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- loanQuote(String, double) - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- LoanQuote - Class in org.mule.example.loanbroker.messages
-
LoanQuote is a loan quote from a bank
- LoanQuote() - Constructor for class org.mule.example.loanbroker.messages.LoanQuote
-
- LocaleMessage - Class in org.mule.example.loanbroker
-
- LocaleMessage() - Constructor for class org.mule.example.loanbroker.LocaleMessage
-
- logger - Static variable in class org.mule.example.loanbroker.bank.Bank
-
logger used by this class
- lowestQuote(LoanQuote) - Static method in class org.mule.example.loanbroker.LocaleMessage
-
M
- menu() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- menuError() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- menuErrorNumberOfRequests() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- menuOptionMode() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- menuOptionNumberOfRequests() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- menuOptionSoap() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
O
- org.mule.example.loanbroker - package org.mule.example.loanbroker
-
- org.mule.example.loanbroker.bank - package org.mule.example.loanbroker.bank
-
- org.mule.example.loanbroker.bpm.activity - package org.mule.example.loanbroker.bpm.activity
-
- org.mule.example.loanbroker.credit - package org.mule.example.loanbroker.credit
-
- org.mule.example.loanbroker.messages - package org.mule.example.loanbroker.messages
-
P
- PrepareLoanQuoteRequest - Class in org.mule.example.loanbroker.bpm.activity
-
Prepares a loan request for the banks based on the original customer request and the customer's
credit profile.
- PrepareLoanQuoteRequest() - Constructor for class org.mule.example.loanbroker.bpm.activity.PrepareLoanQuoteRequest
-
- prepareRequest(CustomerQuoteRequest, CreditProfile) - Static method in class org.mule.example.loanbroker.bpm.activity.PrepareLoanQuoteRequest
-
- processingQuote(LoanQuote) - Static method in class org.mule.example.loanbroker.LocaleMessage
-
R
- receivedProfile(String[]) - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- receivedQuote(String[]) - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- receivedRate(LoanQuote) - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- receivedRequest(String[]) - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- request(int, Object) - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- requestError() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- requestResponse(Object) - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- responseAvgRequest(long) - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- responseNumQuotes(int) - Static method in class org.mule.example.loanbroker.LocaleMessage
-
S
- sentAsync() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
- setBankName(String) - Method in class org.mule.example.loanbroker.bank.Bank
-
- setBankName(String) - Method in class org.mule.example.loanbroker.messages.LoanQuote
-
- setCreditHistory(int) - Method in class org.mule.example.loanbroker.messages.CreditProfile
-
- setCreditProfile(CreditProfile) - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
-
- setCreditScore(int) - Method in class org.mule.example.loanbroker.messages.CreditProfile
-
- setCustomer(Customer) - Method in class org.mule.example.loanbroker.messages.CustomerQuoteRequest
-
- setCustomerRequest(CustomerQuoteRequest) - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
-
- setFlowConstruct(FlowConstruct) - Method in class org.mule.example.loanbroker.bank.Bank
-
- setInterestRate(double) - Method in class org.mule.example.loanbroker.messages.LoanQuote
-
- setLenders(Bank[]) - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
-
- setLoanAmount(double) - Method in class org.mule.example.loanbroker.messages.CustomerQuoteRequest
-
- setLoanDuration(int) - Method in class org.mule.example.loanbroker.messages.CustomerQuoteRequest
-
- setLoanQuote(LoanQuote) - Method in class org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest
-
- setName(String) - Method in class org.mule.example.loanbroker.messages.Customer
-
- setPrimeRate(double) - Method in class org.mule.example.loanbroker.bank.Bank
-
- setService(Service) - Method in class org.mule.example.loanbroker.bank.Bank
-
- setSsn(int) - Method in class org.mule.example.loanbroker.messages.Customer
-
T
- toString() - Method in class org.mule.example.loanbroker.messages.LoanQuote
-
W
- welcome() - Static method in class org.mule.example.loanbroker.LocaleMessage
-
B C D E G L M O P R S T W
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.