org.mule.samples.voipservice
Class LocaleMessage
java.lang.Object
org.mule.config.i18n.MessageFactory
org.mule.samples.voipservice.LocaleMessage
public class LocaleMessage
- extends MessageFactory
LocaleMessage
is a convenience interface for retrieving
internationalised strings from resource bundles. The actual work is done by
the MessageFactory in core.
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()
getWelcomeMessage
public static String getWelcomeMessage()
getMenuOption1
public static String getMenuOption1()
getMenuOptionQuit
public static String getMenuOptionQuit()
getMenuPromptMessage
public static String getMenuPromptMessage()
getGoodbyeMessage
public static String getGoodbyeMessage()
getMenuErrorMessage
public static String getMenuErrorMessage()
getHouseCaption
public static String getHouseCaption(Object arg1)
getStreetCaption
public static String getStreetCaption(Object arg1)
getCityCaption
public static String getCityCaption(Object arg1)
getCardNumberCaption
public static String getCardNumberCaption(Object arg1)
getValidTillCaption
public static String getValidTillCaption(Object arg1)
getCardTypeCaption
public static String getCardTypeCaption(Object arg1)
getFirstNameCaption
public static String getFirstNameCaption(Object arg1)
getAddressCaption
public static String getAddressCaption(Object arg1)
getCustomerCaption
public static String getCustomerCaption(Object arg1)
getCardCaption
public static String getCardCaption(Object arg1)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.