org.glassfish.jersey.client.internal
Class LocalizationMessages

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

public final class LocalizationMessages
extends Object

Defines string formatting method for each constant in the resource file


Constructor Summary
LocalizationMessages()
           
 
Method Summary
static String CHUNKED_INPUT_CLOSED()
          Chunked input has been closed already.
static String CHUNKED_INPUT_MEDIA_TYPE_NULL()
          Specified chunk media type must not be null.
static String CHUNKED_INPUT_STREAM_CLOSING_ERROR()
          Error closing chunked input's underlying response input stream.
static String CLIENT_INSTANCE_CLOSED()
          Client instance has been closed.
static String CLIENT_INVOCATION_LINK_NULL()
          Link of the newly created invocation must not be null.
static String CLIENT_TARGET_LINK_NULL()
          Link to the newly created target must not be null.
static String CLIENT_URI_BUILDER_NULL()
          URI builder of the newly created target must not be null.
static String CLIENT_URI_NULL()
          URI of the newly created target must not be null.
static String CLIENT_URI_TEMPLATE_NULL()
          URI template of the newly created target must not be null.
static String ERROR_CLOSING_OUTPUT_STREAM()
          Error when closing the output stream.
static String ERROR_COMMITTING_OUTPUT_STREAM()
          Error while committing the request output stream.
static String ERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object arg0)
          Entity must be null for http method {0}.
static String ERROR_HTTP_METHOD_ENTITY_NULL(Object arg0)
          Entity must not be null for http method {0}.
static String HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY()
          Detected non-empty entity on a HTTP GET request.
static Localizable localizableCHUNKED_INPUT_CLOSED()
           
static Localizable localizableCHUNKED_INPUT_MEDIA_TYPE_NULL()
           
static Localizable localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR()
           
static Localizable localizableCLIENT_INSTANCE_CLOSED()
           
static Localizable localizableCLIENT_INVOCATION_LINK_NULL()
           
static Localizable localizableCLIENT_TARGET_LINK_NULL()
           
static Localizable localizableCLIENT_URI_BUILDER_NULL()
           
static Localizable localizableCLIENT_URI_NULL()
           
static Localizable localizableCLIENT_URI_TEMPLATE_NULL()
           
static Localizable localizableERROR_CLOSING_OUTPUT_STREAM()
           
static Localizable localizableERROR_COMMITTING_OUTPUT_STREAM()
           
static Localizable localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object arg0)
           
static Localizable localizableERROR_HTTP_METHOD_ENTITY_NULL(Object arg0)
           
static Localizable localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY()
           
static Localizable localizableNULL_KEYSTORE_PASWORD()
           
static Localizable localizableNULL_KEYSTORE()
           
static Localizable localizableNULL_SSL_CONTEXT()
           
static Localizable localizableNULL_TRUSTSTORE()
           
static Localizable localizableREQUEST_ENTITY_ALREADY_WRITTEN()
           
static Localizable localizableREQUEST_ENTITY_WRITER_NULL()
           
static Localizable localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED()
           
static Localizable localizableRESPONSE_TYPE_IS_NULL()
           
static Localizable localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING()
           
static Localizable localizableUSE_ENCODING_IGNORED(Object arg0, Object arg1, Object arg2)
           
static String NULL_KEYSTORE_PASWORD()
          Custom key store password must not be null.
static String NULL_KEYSTORE()
          Custom key store, if set, must not be null.
static String NULL_SSL_CONTEXT()
          Custom client SSL context, if set, must not be null.
static String NULL_TRUSTSTORE()
          Custom trust store, if set, must not be null.
static String REQUEST_ENTITY_ALREADY_WRITTEN()
          The entity was already written in this request.
static String REQUEST_ENTITY_WRITER_NULL()
          The entity of the client request is null.
static String RESPONSE_TO_EXCEPTION_CONVERSION_FAILED()
          Failed to convert a response into an exception.
static String RESPONSE_TYPE_IS_NULL()
          Requested response type is null.
static String UNEXPECTED_ERROR_RESPONSE_PROCESSING()
          Unexpected error during response processing.
static String USE_ENCODING_IGNORED(Object arg0, Object arg1, Object arg2)
          Value {1} of {0} client property will be ignored as it is not a valid supported encoding.
 
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

localizableCLIENT_TARGET_LINK_NULL

public static Localizable localizableCLIENT_TARGET_LINK_NULL()

CLIENT_TARGET_LINK_NULL

public static String CLIENT_TARGET_LINK_NULL()
Link to the newly created target must not be null.


localizableCLIENT_URI_NULL

public static Localizable localizableCLIENT_URI_NULL()

CLIENT_URI_NULL

public static String CLIENT_URI_NULL()
URI of the newly created target must not be null.


localizableCLIENT_URI_TEMPLATE_NULL

public static Localizable localizableCLIENT_URI_TEMPLATE_NULL()

CLIENT_URI_TEMPLATE_NULL

public static String CLIENT_URI_TEMPLATE_NULL()
URI template of the newly created target must not be null.


localizableNULL_SSL_CONTEXT

public static Localizable localizableNULL_SSL_CONTEXT()

NULL_SSL_CONTEXT

public static String NULL_SSL_CONTEXT()
Custom client SSL context, if set, must not be null.


localizableCLIENT_INVOCATION_LINK_NULL

public static Localizable localizableCLIENT_INVOCATION_LINK_NULL()

CLIENT_INVOCATION_LINK_NULL

public static String CLIENT_INVOCATION_LINK_NULL()
Link of the newly created invocation must not be null.


localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING

public static Localizable localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING()

UNEXPECTED_ERROR_RESPONSE_PROCESSING

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


localizableCLIENT_INSTANCE_CLOSED

public static Localizable localizableCLIENT_INSTANCE_CLOSED()

CLIENT_INSTANCE_CLOSED

public static String CLIENT_INSTANCE_CLOSED()
Client instance has been closed.


localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY

public static Localizable localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY()

HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY

public static 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.


localizableERROR_HTTP_METHOD_ENTITY_NULL

public static Localizable localizableERROR_HTTP_METHOD_ENTITY_NULL(Object arg0)

ERROR_HTTP_METHOD_ENTITY_NULL

public static String ERROR_HTTP_METHOD_ENTITY_NULL(Object arg0)
Entity must not be null for http method {0}.


localizableCLIENT_URI_BUILDER_NULL

public static Localizable localizableCLIENT_URI_BUILDER_NULL()

CLIENT_URI_BUILDER_NULL

public static String CLIENT_URI_BUILDER_NULL()
URI builder of the newly created target must not be null.


localizableCHUNKED_INPUT_CLOSED

public static Localizable localizableCHUNKED_INPUT_CLOSED()

CHUNKED_INPUT_CLOSED

public static String CHUNKED_INPUT_CLOSED()
Chunked input has been closed already.


localizableNULL_TRUSTSTORE

public static Localizable localizableNULL_TRUSTSTORE()

NULL_TRUSTSTORE

public static String NULL_TRUSTSTORE()
Custom trust store, if set, must not be null.


localizableREQUEST_ENTITY_WRITER_NULL

public static Localizable localizableREQUEST_ENTITY_WRITER_NULL()

REQUEST_ENTITY_WRITER_NULL

public static String REQUEST_ENTITY_WRITER_NULL()
The entity of the client request is null.


localizableERROR_CLOSING_OUTPUT_STREAM

public static Localizable localizableERROR_CLOSING_OUTPUT_STREAM()

ERROR_CLOSING_OUTPUT_STREAM

public static String ERROR_CLOSING_OUTPUT_STREAM()
Error when closing the output stream.


localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR

public static Localizable localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR()

CHUNKED_INPUT_STREAM_CLOSING_ERROR

public static String CHUNKED_INPUT_STREAM_CLOSING_ERROR()
Error closing chunked input's underlying response input stream.


localizableCHUNKED_INPUT_MEDIA_TYPE_NULL

public static Localizable localizableCHUNKED_INPUT_MEDIA_TYPE_NULL()

CHUNKED_INPUT_MEDIA_TYPE_NULL

public static String CHUNKED_INPUT_MEDIA_TYPE_NULL()
Specified chunk media type must not be null.


localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL

public static Localizable localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object arg0)

ERROR_HTTP_METHOD_ENTITY_NOT_NULL

public static String ERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object arg0)
Entity must be null for http method {0}.


localizableNULL_KEYSTORE

public static Localizable localizableNULL_KEYSTORE()

NULL_KEYSTORE

public static String NULL_KEYSTORE()
Custom key store, if set, must not be null.


localizableUSE_ENCODING_IGNORED

public static Localizable localizableUSE_ENCODING_IGNORED(Object arg0,
                                                          Object arg1,
                                                          Object arg2)

USE_ENCODING_IGNORED

public static String USE_ENCODING_IGNORED(Object arg0,
                                          Object arg1,
                                          Object arg2)
Value {1} of {0} client property will be ignored as it is not a valid supported encoding. Valid supported encodings are: {2}


localizableERROR_COMMITTING_OUTPUT_STREAM

public static Localizable localizableERROR_COMMITTING_OUTPUT_STREAM()

ERROR_COMMITTING_OUTPUT_STREAM

public static String ERROR_COMMITTING_OUTPUT_STREAM()
Error while committing the request output stream.


localizableREQUEST_ENTITY_ALREADY_WRITTEN

public static Localizable localizableREQUEST_ENTITY_ALREADY_WRITTEN()

REQUEST_ENTITY_ALREADY_WRITTEN

public static String REQUEST_ENTITY_ALREADY_WRITTEN()
The entity was already written in this request. The entity can be written (serialized into the output stream) only once per a request.


localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED

public static Localizable localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED()

RESPONSE_TO_EXCEPTION_CONVERSION_FAILED

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


localizableNULL_KEYSTORE_PASWORD

public static Localizable localizableNULL_KEYSTORE_PASWORD()

NULL_KEYSTORE_PASWORD

public static String NULL_KEYSTORE_PASWORD()
Custom key store password must not be null.


localizableRESPONSE_TYPE_IS_NULL

public static Localizable localizableRESPONSE_TYPE_IS_NULL()

RESPONSE_TYPE_IS_NULL

public static String RESPONSE_TYPE_IS_NULL()
Requested response type is null.



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.