Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.jetty.connector.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringThe supplied component is not configured to use a JettyConnectorProvider.static StringThe supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.static Localizablestatic Localizablestatic Localizablestatic StringMETHOD_NOT_SUPPORTED(Object arg0) Method {0} not supported.
-
Method Details
-
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE
-
INVALID_CONFIGURABLE_COMPONENT_TYPE
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget. -
localizableMETHOD_NOT_SUPPORTED
-
METHOD_NOT_SUPPORTED
Method {0} not supported. -
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED
-
EXPECTED_CONNECTOR_PROVIDER_NOT_USED
The supplied component is not configured to use a JettyConnectorProvider.
-