META-INF.services.org.mule.i18n.ibeans-messages.properties Maven / Gradle / Ivy
Go to download
Exposes iBeans over endpoints allowing developers to poll iBean methods and invoke iBean methods as
part of an outbound flow
#Add any string messages here that are specific to your transport
#Messages put here can be translated into other languages
#Each message should be given a unique numerical id i.e.
#
#1=This is a test message with a single argument {0}
#
#Arguments can be placed in the message using {0}, {1}, etc placeholders
#
#To get a message listed here use the following -
# new Message("Ibeans", "" [, , ]);
#
# "Ibeans" is the protocol of this transport
# is the id of the message in this file
# is a list of String arguments to pass to the message
#
# For more info see http://www.mulesoft.org/documentation/display/MULE3USER/Internationalizing+Strings
1=@Call annotated methods must have an exception declared that is either of type java.lang.Exception or is assignable from org.mule.config.annotations.CallException. Offending method is "{0}"