org.mule.config.annotations.i18n
Class AnnotationsMessages
java.lang.Object
org.mule.config.i18n.MessageFactory
org.mule.config.annotations.i18n.AnnotationsMessages
public class AnnotationsMessages
- extends MessageFactory
Internationalized messages specific to the annotations module
| 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 |
AnnotationsMessages
public AnnotationsMessages()
serviceDoesNotHaveAnnotation
public static Message serviceDoesNotHaveAnnotation(Class serviceClass,
String annotationName)
serviceHasNoEntrypoint
public static Message serviceHasNoEntrypoint(Class serviceClass)
noParserFoundForAnnotation
public static Message noParserFoundForAnnotation(Annotation annotation)
noPropertyConverterForType
public static Message noPropertyConverterForType(Class type)
failedToInvokeReplyMethod
public static Message failedToInvokeReplyMethod(String method)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.