org.mule.transport.ajax.i18n
Class AjaxMessages

java.lang.Object
  extended by org.mule.config.i18n.MessageFactory
      extended by org.mule.transport.ajax.i18n.AjaxMessages

public class AjaxMessages
extends MessageFactory

i18n messages for the Ajax transport


Field Summary
 
Fields inherited from class org.mule.config.i18n.MessageFactory
DEFAULT_RELOAD_CONTROL, logger, reloadControl
 
Constructor Summary
AjaxMessages()
           
 
Method Summary
static Message failedToStartAjaxServlet()
           
static Message noAjaxConnectorWithName(String name, String param)
           
static Message noConnectorForProtocol(String protocol)
           
static Message serverUrlNotDefined()
           
 
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

AjaxMessages

public AjaxMessages()
Method Detail

failedToStartAjaxServlet

public static Message failedToStartAjaxServlet()

noConnectorForProtocol

public static Message noConnectorForProtocol(String protocol)

noAjaxConnectorWithName

public static Message noAjaxConnectorWithName(String name,
                                              String param)

serverUrlNotDefined

public static Message serverUrlNotDefined()


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