org.mule.example.loanbroker
Class LocaleMessage
java.lang.Object
org.mule.config.i18n.MessageFactory
org.mule.example.loanbroker.LocaleMessage
public class LocaleMessage
- extends MessageFactory
Methods inherited from class org.mule.config.i18n.MessageFactory |
createMessage, createMessage, createMessage, createMessage, createMessage, createStaticMessage, getBundlePath, getString, getString, getString, getString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocaleMessage
public LocaleMessage()
receivedRequest
public static java.lang.String receivedRequest(java.lang.String[] params)
receivedQuote
public static java.lang.String receivedQuote(java.lang.String[] params)
receivedRate
public static java.lang.String receivedRate(LoanQuote quote)
loanQuote
public static java.lang.String loanQuote(java.lang.String bankName,
double interestRate)
processingQuote
public static java.lang.String processingQuote(LoanQuote quote)
lowestQuote
public static java.lang.String lowestQuote(LoanQuote lowestQuote)
receivedProfile
public static java.lang.String receivedProfile(java.lang.String[] params)
responseNumQuotes
public static java.lang.String responseNumQuotes(int i)
responseAvgRequest
public static java.lang.String responseAvgRequest(long l)
requestError
public static java.lang.String requestError()
requestResponse
public static java.lang.String requestResponse(java.lang.Object payload)
exiting
public static java.lang.String exiting()
menuError
public static java.lang.String menuError()
enterName
public static java.lang.String enterName()
enterLoanAmount
public static java.lang.String enterLoanAmount()
enterLoanDuration
public static java.lang.String enterLoanDuration()
loanDurationError
public static java.lang.String loanDurationError(java.lang.String duration)
loanAmountError
public static java.lang.String loanAmountError(java.lang.String amount)
menuOptionNumberOfRequests
public static java.lang.String menuOptionNumberOfRequests()
menuErrorNumberOfRequests
public static java.lang.String menuErrorNumberOfRequests()
request
public static java.lang.String request(int i,
java.lang.Object object)
esbWelcome
public static java.lang.String esbWelcome()
loadingEndpointEjb
public static java.lang.String loadingEndpointEjb()
loadingManagedEjb
public static java.lang.String loadingManagedEjb()
welcome
public static java.lang.String welcome()
menu
public static java.lang.String menu()
sentAsync
public static java.lang.String sentAsync()
menuOptionSoap
public static java.lang.String menuOptionSoap()
menuOptionMode
public static java.lang.String menuOptionMode()
loadingAsync
public static java.lang.String loadingAsync()
loadingSync
public static java.lang.String loadingSync()
getClassLoader
protected java.lang.ClassLoader getClassLoader()
- Description copied from class:
MessageFactory
- Override this method to return the classloader for the bundle/module which
contains the needed resource files.
- Overrides:
getClassLoader
in class MessageFactory
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.