Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.apache.connector.LocalizationMessages
@Generated("com.sun.istack.maven.ResourceGenMojo")
public final class LocalizationMessages
extends Object
Defines string formatting method for each constant in the resource file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringError buffering the entity.static StringThe supplied component is not configured to use a ApacheConnectorProvider.static StringFailed to stop the client.static StringIGNORING_VALUE_OF_PROPERTY(Object arg0, Object arg1, Object arg2) Ignoring value of property "{0}" ("{1}") - not instance of "{2}".static StringThe supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.static org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.LocalizablelocalizableIGNORING_VALUE_OF_PROPERTY(Object arg0, Object arg1, Object arg2) static org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic StringWRONG_PROXY_URI_TYPE(Object arg0) The proxy URI ("{0}") property MUST be an instance of String or URI.
-
Constructor Details
-
LocalizationMessages
public LocalizationMessages()
-
-
Method Details
-
localizableWRONG_PROXY_URI_TYPE
public static org.glassfish.jersey.internal.l10n.Localizable localizableWRONG_PROXY_URI_TYPE(Object arg0) -
WRONG_PROXY_URI_TYPE
-
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE
public static org.glassfish.jersey.internal.l10n.Localizable localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object arg0) -
INVALID_CONFIGURABLE_COMPONENT_TYPE
-
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED
public static org.glassfish.jersey.internal.l10n.Localizable localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() -
EXPECTED_CONNECTOR_PROVIDER_NOT_USED
The supplied component is not configured to use a ApacheConnectorProvider. -
localizableFAILED_TO_STOP_CLIENT
public static org.glassfish.jersey.internal.l10n.Localizable localizableFAILED_TO_STOP_CLIENT() -
FAILED_TO_STOP_CLIENT
Failed to stop the client. -
localizableIGNORING_VALUE_OF_PROPERTY
-
IGNORING_VALUE_OF_PROPERTY
-
localizableERROR_BUFFERING_ENTITY
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_BUFFERING_ENTITY() -
ERROR_BUFFERING_ENTITY
Error buffering the entity.
-