Class LocalizationMessages
java.lang.Object
com.sun.xml.ws.xmlfilter.localization.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Localizablestatic Localizablestatic LocalizablelocalizableXMLF_5005_INVOCATION_ERROR(Object arg0, Object arg1) static Localizablestatic Localizablestatic Localizablestatic StringXMLF5002: Unexpected Object method dispatched: "{0}".static StringXMLF_5003_UNEXPECTED_ARGUMENTS_COUNT(Object arg0, Object arg1) XMLF5003: Unexpected argument count ({1}) when writing attribute ({0}).static StringXMLF_5005_INVOCATION_ERROR(Object arg0, Object arg1) XMLF5005: Unable to invoke given method "{0}" with arguments [{1}] on underlying XMLStreamBuffer instance.static StringXMLF5012: {0} method parameter cannot be 'null'.static StringXMLF_5013_ILLEGAL_INVOCATION_METHOD_TYPE(Object arg0, Object arg1) XMLF5013: Illegal invocation method type "{0}" found.static StringXMLF5019: This invocation instance does not hold any arguments: [{0}].
-
Constructor Details
-
LocalizationMessages
public LocalizationMessages()
-
-
Method Details
-
localizableXMLF_5012_METHOD_PARAMETER_CANNOT_BE_NULL
-
XMLF_5012_METHOD_PARAMETER_CANNOT_BE_NULL
XMLF5012: {0} method parameter cannot be 'null'. -
localizableXMLF_5013_ILLEGAL_INVOCATION_METHOD_TYPE
public static Localizable localizableXMLF_5013_ILLEGAL_INVOCATION_METHOD_TYPE(Object arg0, Object arg1) -
XMLF_5013_ILLEGAL_INVOCATION_METHOD_TYPE
XMLF5013: Illegal invocation method type "{0}" found. Invocation parameter passed to this method must represent "{1}" method invocation. -
localizableXMLF_5019_NO_ARGUMENTS_IN_INVOCATION
-
XMLF_5019_NO_ARGUMENTS_IN_INVOCATION
XMLF5019: This invocation instance does not hold any arguments: [{0}]. -
localizableXMLF_5002_UNEXPECTED_OBJECT_METHOD
-
XMLF_5002_UNEXPECTED_OBJECT_METHOD
XMLF5002: Unexpected Object method dispatched: "{0}". -
localizableXMLF_5003_UNEXPECTED_ARGUMENTS_COUNT
-
XMLF_5003_UNEXPECTED_ARGUMENTS_COUNT
XMLF5003: Unexpected argument count ({1}) when writing attribute ({0}). -
localizableXMLF_5005_INVOCATION_ERROR
-
XMLF_5005_INVOCATION_ERROR
XMLF5005: Unable to invoke given method "{0}" with arguments [{1}] on underlying XMLStreamBuffer instance.
-