org.mule.example.bookstore
Class LocaleMessage

java.lang.Object
  extended by org.mule.config.i18n.MessageFactory
      extended by org.mule.example.bookstore.LocaleMessage

public class LocaleMessage
extends MessageFactory


Constructor Summary
LocaleMessage()
           
 
Method Summary
static String getAddBooksMessagePrompt()
           
static String getAuthorNamePrompt()
           
static String getBookIdPrompt()
           
static String getBookTitlePrompt()
           
static String getEmailAddressPrompt()
           
static String getGoodbyeMessage()
           
static String getHomeAddressPrompt()
           
static String getMenuErrorMessage()
           
static String getMenuOption1()
           
static String getMenuOption2()
           
static String getMenuOption3()
           
static String getMenuOption4()
           
static String getMenuOptionQuit()
           
static String getMenuPromptMessage()
           
static String getOrderWelcomeMessage()
           
static String getWelcomeMessage()
           
 
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
 

Constructor Detail

LocaleMessage

public LocaleMessage()
Method Detail

getWelcomeMessage

public static String getWelcomeMessage()

getMenuOption1

public static String getMenuOption1()

getMenuOption2

public static String getMenuOption2()

getMenuOption3

public static String getMenuOption3()

getMenuOption4

public static String getMenuOption4()

getMenuOptionQuit

public static String getMenuOptionQuit()

getMenuPromptMessage

public static String getMenuPromptMessage()

getGoodbyeMessage

public static String getGoodbyeMessage()

getMenuErrorMessage

public static String getMenuErrorMessage()

getBookTitlePrompt

public static String getBookTitlePrompt()

getAuthorNamePrompt

public static String getAuthorNamePrompt()

getAddBooksMessagePrompt

public static String getAddBooksMessagePrompt()

getOrderWelcomeMessage

public static String getOrderWelcomeMessage()

getBookIdPrompt

public static String getBookIdPrompt()

getHomeAddressPrompt

public static String getHomeAddressPrompt()

getEmailAddressPrompt

public static String getEmailAddressPrompt()


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