Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.jaxb.internal.LocalizationMessages
@Generated("com.sun.istack.maven.ResourceGenMojo")
public final class LocalizationMessages
extends Object
Defines string formatting method for each constant in the resource file
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final Localizer
private static final LocalizableMessageFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Missing entity.static String
Error un-marshalling JAXB object of type: {0}.static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static String
No-param constructor not found in the class [{0}].static String
Cannot disable external general entity processing feature on SAX parser factory [{0}].static String
Cannot disable external parameter entity processing feature on SAX parser factory [{0}].static String
JAXP feature XMLConstants.FEATURE_SECURE_PROCESSING cannot be set on a SAX parser factory [{0}].static String
Using XDK.static String
Unable to access the methods of the class [{0}].static String
Unable to instantiate the class [{0}].static String
Unable to configure secure XML processing feature on the XML transformer factory.
-
Field Details
-
BUNDLE_NAME
- See Also:
-
MESSAGE_FACTORY
-
LOCALIZER
-
-
Constructor Details
-
LocalizationMessages
public LocalizationMessages()
-
-
Method Details
-
localizableSAX_XDK_NO_SECURITY_FEATURES
-
SAX_XDK_NO_SECURITY_FEATURES
Using XDK. No security features will be enabled for the SAX parser. -
localizableSAX_CANNOT_ENABLE_SECURE_PROCESSING_FEATURE
-
SAX_CANNOT_ENABLE_SECURE_PROCESSING_FEATURE
JAXP feature XMLConstants.FEATURE_SECURE_PROCESSING cannot be set on a SAX parser factory [{0}]. -
localizableUNABLE_TO_ACCESS_METHODS_OF_CLASS
-
UNABLE_TO_ACCESS_METHODS_OF_CLASS
Unable to access the methods of the class [{0}]. Caller's class-loader hierarchy for not in the ancestor chain of the class. -
localizableERROR_UNMARSHALLING_JAXB
-
ERROR_UNMARSHALLING_JAXB
Error un-marshalling JAXB object of type: {0}. -
localizableSAX_CANNOT_DISABLE_PARAMETER_ENTITY_PROCESSING_FEATURE
public static Localizable localizableSAX_CANNOT_DISABLE_PARAMETER_ENTITY_PROCESSING_FEATURE(Object arg0) -
SAX_CANNOT_DISABLE_PARAMETER_ENTITY_PROCESSING_FEATURE
Cannot disable external parameter entity processing feature on SAX parser factory [{0}]. -
localizableERROR_READING_ENTITY_MISSING
-
ERROR_READING_ENTITY_MISSING
Missing entity. -
localizableUNABLE_TO_INSTANTIATE_CLASS
-
UNABLE_TO_INSTANTIATE_CLASS
Unable to instantiate the class [{0}]. -
localizableNO_PARAM_CONSTRUCTOR_MISSING
-
NO_PARAM_CONSTRUCTOR_MISSING
No-param constructor not found in the class [{0}]. -
localizableSAX_CANNOT_DISABLE_GENERAL_ENTITY_PROCESSING_FEATURE
public static Localizable localizableSAX_CANNOT_DISABLE_GENERAL_ENTITY_PROCESSING_FEATURE(Object arg0) -
SAX_CANNOT_DISABLE_GENERAL_ENTITY_PROCESSING_FEATURE
Cannot disable external general entity processing feature on SAX parser factory [{0}]. -
localizableUNABLE_TO_SECURE_XML_TRANSFORMER_PROCESSING
-
UNABLE_TO_SECURE_XML_TRANSFORMER_PROCESSING
Unable to configure secure XML processing feature on the XML transformer factory.
-