Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.apache5.connector.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Error buffering the entity.static String
Error reading InputStream from HttpEntity: "{0}"static String
The supplied component is not configured to use a ApacheConnectorProvider.static String
Failed to stop the client.static String
IGNORING_VALUE_OF_PROPERTY
(Object arg0, Object arg1, Object arg2) Ignoring value of property "{0}" ("{1}") - not instance of "{2}".static String
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableIGNORING_VALUE_OF_PROPERTY
(Object arg0, Object arg1, Object arg2) static Localizable
-
Method Details
-
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE
-
INVALID_CONFIGURABLE_COMPONENT_TYPE
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget. -
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED
-
EXPECTED_CONNECTOR_PROVIDER_NOT_USED
The supplied component is not configured to use a ApacheConnectorProvider. -
localizableFAILED_TO_STOP_CLIENT
-
FAILED_TO_STOP_CLIENT
Failed to stop the client. -
localizableIGNORING_VALUE_OF_PROPERTY
public static Localizable localizableIGNORING_VALUE_OF_PROPERTY(Object arg0, Object arg1, Object arg2) -
IGNORING_VALUE_OF_PROPERTY
Ignoring value of property "{0}" ("{1}") - not instance of "{2}". -
localizableERROR_BUFFERING_ENTITY
-
ERROR_BUFFERING_ENTITY
Error buffering the entity. -
localizableERROR_READING_HTTPENTITY_STREAM
-
ERROR_READING_HTTPENTITY_STREAM
Error reading InputStream from HttpEntity: "{0}"
-