org.mule.module.ibeans.i18n
Class IBeansMessages
java.lang.Object
org.mule.config.i18n.MessageFactory
org.mule.module.ibeans.i18n.IBeansMessages
public class IBeansMessages
- extends MessageFactory
Methods inherited from class org.mule.config.i18n.MessageFactory |
createMessage, createMessage, createMessage, createMessage, createMessage, createStaticMessage, getBundlePath, getClassLoader, getString, getString, getString, getString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IBeansMessages
public IBeansMessages()
ibeanNotRegistered
public static Message ibeanNotRegistered(String ibeanName)
ibeanMethodFoundButNotValid
public static Message ibeanMethodFoundButNotValid(String ibeanName,
String methodName)
ibeanMethodNotFound
public static Message ibeanMethodNotFound(String ibeanName,
String methodName)
ibeanMethodNotFound
public static Message ibeanMethodNotFound(String ibeanName,
String methodName,
Class[] parameters)
ibeanMethodParametersDoNotMatch
public static Message ibeanMethodParametersDoNotMatch(String iBeanName,
String methodName,
Class[] eventParams,
Class[] methodParams)
illegalCallMethod
public static Message illegalCallMethod(Method method)
Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.