org.glassfish.jersey.client.internal
Class LocalizationMessages

java.lang.Object
  extended by org.glassfish.jersey.client.internal.LocalizationMessages

public final class LocalizationMessages
extends java.lang.Object

Defines string formatting method for each constant in the resource file


Constructor Summary
LocalizationMessages()
           
 
Method Summary
static java.lang.String HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY()
          Detected non-empty entity on a HTTP GET request.
static Localizable localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY()
           
static Localizable localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED()
           
static Localizable localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING()
           
static java.lang.String RESPONSE_TO_EXCEPTION_CONVERSION_FAILED()
          Failed to convert a response into an exception.
static java.lang.String UNEXPECTED_ERROR_RESPONSE_PROCESSING()
          Unexpected error during response processing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizationMessages

public LocalizationMessages()
Method Detail

localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING

public static Localizable localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING()

UNEXPECTED_ERROR_RESPONSE_PROCESSING

public static java.lang.String UNEXPECTED_ERROR_RESPONSE_PROCESSING()
Unexpected error during response processing.


localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY

public static Localizable localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY()

HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY

public static java.lang.String HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY()
Detected non-empty entity on a HTTP GET request. The underlying HTTP transport connector may decide to change the request method to POST.


localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED

public static Localizable localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED()

RESPONSE_TO_EXCEPTION_CONVERSION_FAILED

public static java.lang.String RESPONSE_TO_EXCEPTION_CONVERSION_FAILED()
Failed to convert a response into an exception.



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.