Class ADBMessages
java.lang.Object
org.apache.axis2.databinding.i18n.ADBMessages
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetMessage(String key) Gets a message from resource.properties from the package of the given object.static StringgetMessage(String key, String arg0) Get a message from resource.properties from the package of the given object.static StringgetMessage(String key, String[] args) Gets a message from resource.properties from the package of the given object.static StringgetMessage(String key, String arg0, String arg1) Gets a message from resource.properties from the package of the given object.static StringgetMessage(String key, String arg0, String arg1, String arg2) Gets a message from resource.properties from the package of the given object.static StringGet a message from resource.properties from the package of the given object.static StringGets a message from resource.properties from the package of the given object.static org.apache.axis2.i18n.MessageBundlestatic ResourceBundle
-
Constructor Details
-
ADBMessages
public ADBMessages()
-
-
Method Details
-
getMessage
Gets a message from resource.properties from the package of the given object.- Parameters:
key- The resource key- Returns:
- Returns the formatted message.
- Throws:
MissingResourceException
-
getMessage
Get a message from resource.properties from the package of the given object.- Parameters:
key- The resource keyarg0- The argument to place in variable {0}- Returns:
- Returns the formatted message.
- Throws:
MissingResourceException
-
getMessage
public static String getMessage(String key, String arg0, String arg1) throws MissingResourceException Gets a message from resource.properties from the package of the given object.- Parameters:
key- The resource keyarg0- The argument to place in variable {0}arg1- The argument to place in variable {1}- Returns:
- Returns the formatted message.
- Throws:
MissingResourceException
-
getMessage
public static String getMessage(String key, String arg0, String arg1, String arg2) throws MissingResourceException Gets a message from resource.properties from the package of the given object.- Parameters:
key- The resource keyarg0- The argument to place in variable {0}arg1- The argument to place in variable {1}arg2- The argument to place in variable {2}- Returns:
- Returns the formatted message.
- Throws:
MissingResourceException
-
getMessage
public static String getMessage(String key, String arg0, String arg1, String arg2, String arg3) throws MissingResourceException Get a message from resource.properties from the package of the given object.- Parameters:
key- The resource keyarg0- The argument to place in variable {0}arg1- The argument to place in variable {1}arg2- The argument to place in variable {2}arg3- The argument to place in variable {3}- Returns:
- Returns the formatted message.
- Throws:
MissingResourceException
-
getMessage
public static String getMessage(String key, String arg0, String arg1, String arg2, String arg3, String arg4) throws MissingResourceException Gets a message from resource.properties from the package of the given object.- Parameters:
key- The resource keyarg0- The argument to place in variable {0}arg1- The argument to place in variable {1}arg2- The argument to place in variable {2}arg3- The argument to place in variable {3}arg4- The argument to place in variable {4}- Returns:
- Returns the formatted message.
- Throws:
MissingResourceException
-
getMessage
Gets a message from resource.properties from the package of the given object.- Parameters:
key- The resource keyargs- An array of objects to place in corresponding variables- Returns:
- Returns the formatted message.
- Throws:
MissingResourceException
-
getResourceBundle
-
getMessageBundle
public static org.apache.axis2.i18n.MessageBundle getMessageBundle()
-