com.sun.ws.rest.api.messages
Class ApiMessages

java.lang.Object
  extended by com.sun.ws.rest.api.messages.ApiMessages

public final class ApiMessages
extends java.lang.Object

Defines string formatting method for each constant in the resource file


Constructor Summary
ApiMessages()
           
 
Method Summary
static java.lang.String CONTENT_CANNOT_BE_NULL()
          content parameter cannot be null.
static java.lang.String ILLEGAL_CONFIG_SYNTAX()
          Illegal configuration-file syntax.
static java.lang.String ILLEGAL_PROVIDER_CLASS_NAME(java.lang.Object arg0)
          Illegal provider-class name: {0}.
static com.sun.localization.Localizable localizableCONTENT_CANNOT_BE_NULL()
           
static com.sun.localization.Localizable localizableILLEGAL_CONFIG_SYNTAX()
           
static com.sun.localization.Localizable localizableILLEGAL_PROVIDER_CLASS_NAME(java.lang.Object arg0)
           
static com.sun.localization.Localizable localizableMEDIA_TYPE_CANNOT_BE_NULL()
           
static com.sun.localization.Localizable localizableMEDIA_TYPE_INVALID(java.lang.Object arg0)
           
static com.sun.localization.Localizable localizablePROVIDER_COULD_NOT_BE_CREATED(java.lang.Object arg0, java.lang.Object arg1)
           
static com.sun.localization.Localizable localizablePROVIDER_NOT_FOUND(java.lang.Object arg0)
           
static java.lang.String MEDIA_TYPE_CANNOT_BE_NULL()
          mediaType parameter cannot be null.
static java.lang.String MEDIA_TYPE_INVALID(java.lang.Object arg0)
          Invalid media type: {0}
static java.lang.String PROVIDER_COULD_NOT_BE_CREATED(java.lang.Object arg0, java.lang.Object arg1)
          Provider {0} could not be instantiated: {1}
static java.lang.String PROVIDER_NOT_FOUND(java.lang.Object arg0)
          Provider {0} not found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiMessages

public ApiMessages()
Method Detail

localizableMEDIA_TYPE_INVALID

public static com.sun.localization.Localizable localizableMEDIA_TYPE_INVALID(java.lang.Object arg0)

MEDIA_TYPE_INVALID

public static java.lang.String MEDIA_TYPE_INVALID(java.lang.Object arg0)
Invalid media type: {0}


localizableCONTENT_CANNOT_BE_NULL

public static com.sun.localization.Localizable localizableCONTENT_CANNOT_BE_NULL()

CONTENT_CANNOT_BE_NULL

public static java.lang.String CONTENT_CANNOT_BE_NULL()
content parameter cannot be null.


localizableILLEGAL_PROVIDER_CLASS_NAME

public static com.sun.localization.Localizable localizableILLEGAL_PROVIDER_CLASS_NAME(java.lang.Object arg0)

ILLEGAL_PROVIDER_CLASS_NAME

public static java.lang.String ILLEGAL_PROVIDER_CLASS_NAME(java.lang.Object arg0)
Illegal provider-class name: {0}.


localizableMEDIA_TYPE_CANNOT_BE_NULL

public static com.sun.localization.Localizable localizableMEDIA_TYPE_CANNOT_BE_NULL()

MEDIA_TYPE_CANNOT_BE_NULL

public static java.lang.String MEDIA_TYPE_CANNOT_BE_NULL()
mediaType parameter cannot be null.


localizablePROVIDER_NOT_FOUND

public static com.sun.localization.Localizable localizablePROVIDER_NOT_FOUND(java.lang.Object arg0)

PROVIDER_NOT_FOUND

public static java.lang.String PROVIDER_NOT_FOUND(java.lang.Object arg0)
Provider {0} not found.


localizablePROVIDER_COULD_NOT_BE_CREATED

public static com.sun.localization.Localizable localizablePROVIDER_COULD_NOT_BE_CREATED(java.lang.Object arg0,
                                                                                        java.lang.Object arg1)

PROVIDER_COULD_NOT_BE_CREATED

public static java.lang.String PROVIDER_COULD_NOT_BE_CREATED(java.lang.Object arg0,
                                                             java.lang.Object arg1)
Provider {0} could not be instantiated: {1}


localizableILLEGAL_CONFIG_SYNTAX

public static com.sun.localization.Localizable localizableILLEGAL_CONFIG_SYNTAX()

ILLEGAL_CONFIG_SYNTAX

public static java.lang.String ILLEGAL_CONFIG_SYNTAX()
Illegal configuration-file syntax.