org.mule.example.bookstore
Class BookstoreAdminMessages

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

public class BookstoreAdminMessages
extends MessageFactory


Field Summary
 
Fields inherited from class org.mule.config.i18n.MessageFactory
DEFAULT_RELOAD_CONTROL, logger, reloadControl
 
Constructor Summary
BookstoreAdminMessages()
           
 
Method Summary
static Message missingAuthor()
           
static Message missingPrice()
           
static Message missingTitle()
           
 
Methods inherited from class org.mule.config.i18n.MessageFactory
createMessage, createMessage, createMessage, createMessage, createMessage, createStaticMessage, getBundlePath, getClassLoader, getReloadControl, getString, getString, getString, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookstoreAdminMessages

public BookstoreAdminMessages()
Method Detail

missingAuthor

public static Message missingAuthor()

missingTitle

public static Message missingTitle()

missingPrice

public static Message missingPrice()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.