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