org.mule.transport.erlang.i18n
Class ErlangMessages

java.lang.Object
  extended by org.mule.config.i18n.MessageFactory
      extended by org.mule.transport.erlang.i18n.ErlangMessages

public class ErlangMessages
extends org.mule.config.i18n.MessageFactory


Field Summary
 
Fields inherited from class org.mule.config.i18n.MessageFactory
DEFAULT_RELOAD_CONTROL, logger, reloadControl
 
Constructor Summary
ErlangMessages()
           
 
Method Summary
static org.mule.config.i18n.Message badModuleFunctionFormat(String moduleFunction)
           
static org.mule.config.i18n.Message badResponseFormat(ErlangOutboundInvocation.InvocationType invocationType)
           
static org.mule.config.i18n.Message illegalRpcResponse(String responseAsString)
           
static org.mule.config.i18n.Message mailboxNameRegistrationFailed(String name)
           
static org.mule.config.i18n.Message missingCookieWithPort()
           
static org.mule.config.i18n.Message missingEndpointProperty(String propertyName)
           
static org.mule.config.i18n.Message missingNodeName()
           
static org.mule.config.i18n.Message nodeUnreachable(String nodeName)
           
static org.mule.config.i18n.Message responseTimeOut()
           
 
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

ErlangMessages

public ErlangMessages()
Method Detail

missingNodeName

public static org.mule.config.i18n.Message missingNodeName()

missingCookieWithPort

public static org.mule.config.i18n.Message missingCookieWithPort()

nodeUnreachable

public static org.mule.config.i18n.Message nodeUnreachable(String nodeName)

missingEndpointProperty

public static org.mule.config.i18n.Message missingEndpointProperty(String propertyName)

badResponseFormat

public static org.mule.config.i18n.Message badResponseFormat(ErlangOutboundInvocation.InvocationType invocationType)

responseTimeOut

public static org.mule.config.i18n.Message responseTimeOut()

mailboxNameRegistrationFailed

public static org.mule.config.i18n.Message mailboxNameRegistrationFailed(String name)

badModuleFunctionFormat

public static org.mule.config.i18n.Message badModuleFunctionFormat(String moduleFunction)

illegalRpcResponse

public static org.mule.config.i18n.Message illegalRpcResponse(String responseAsString)


Copyright © 2011. All Rights Reserved.