org.mule.samples.voipservice
Class LocaleMessage

java.lang.Object
  extended byorg.mule.config.i18n.MessageFactory
      extended byorg.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.


Constructor Summary
LocaleMessage()
           
 
Method Summary
static String getAddressCaption(Object arg1)
           
static String getCardCaption(Object arg1)
           
static String getCardNumberCaption(Object arg1)
           
static String getCardTypeCaption(Object arg1)
           
static String getCityCaption(Object arg1)
           
static String getCustomerCaption(Object arg1)
           
static String getFirstNameCaption(Object arg1)
           
static String getGoodbyeMessage()
           
static String getHouseCaption(Object arg1)
           
static String getMenuErrorMessage()
           
static String getMenuOption1()
           
static String getMenuOptionQuit()
           
static String getMenuPromptMessage()
           
static String getStreetCaption(Object arg1)
           
static String getValidTillCaption(Object arg1)
           
static String getWelcomeMessage()
           
 
Methods inherited from class org.mule.config.i18n.MessageFactory
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()

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.