org.mule.module.client.i18n
Class ClientMessages

java.lang.Object
  extended by org.mule.config.i18n.MessageFactory
      extended by org.mule.module.client.i18n.ClientMessages

public class ClientMessages
extends MessageFactory


Field Summary
 
Fields inherited from class org.mule.config.i18n.MessageFactory
DEFAULT_RELOAD_CONTROL, logger, reloadControl
 
Constructor Summary
ClientMessages()
           
 
Method Summary
static Message failedToDeserializeHandshakeFromServer()
           
static Message failedToDispatchActionNoResponseFromServer(String action, int timeout)
           
static Message failedToDispatchClientEvent()
           
static Message managerIsAlreadyConfigured()
           
static Message noArgsForProxy()
           
static Message noSuchFlowConstruct(String name)
           
static Message unsupportedServerWireForat(String wireFormat)
           
 
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

ClientMessages

public ClientMessages()
Method Detail

failedToDispatchClientEvent

public static Message failedToDispatchClientEvent()

noArgsForProxy

public static Message noArgsForProxy()

managerIsAlreadyConfigured

public static Message managerIsAlreadyConfigured()

unsupportedServerWireForat

public static Message unsupportedServerWireForat(String wireFormat)

failedToDispatchActionNoResponseFromServer

public static Message failedToDispatchActionNoResponseFromServer(String action,
                                                                 int timeout)

failedToDeserializeHandshakeFromServer

public static Message failedToDeserializeHandshakeFromServer()

noSuchFlowConstruct

public static Message noSuchFlowConstruct(String name)


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