Package com.sun.xml.ws.resources
Class SenderMessages
- java.lang.Object
-
- com.sun.xml.ws.resources.SenderMessages
-
public final class SenderMessages extends Object
Defines string formatting method for each constant in the resource file
-
-
Constructor Summary
Constructors Constructor Description SenderMessages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.sun.istack.localization.LocalizablelocalizableSENDER_NESTED_ERROR(Object arg0)static com.sun.istack.localization.LocalizablelocalizableSENDER_REQUEST_ILLEGAL_VALUE_FOR_CONTENT_NEGOTIATION(Object arg0)static com.sun.istack.localization.LocalizablelocalizableSENDER_REQUEST_MESSAGE_NOT_READY()static com.sun.istack.localization.LocalizablelocalizableSENDER_RESPONSE_CANNOT_DECODE_FAULT_DETAIL()static StringSENDER_NESTED_ERROR(Object arg0)sender error: {0}static StringSENDER_REQUEST_ILLEGAL_VALUE_FOR_CONTENT_NEGOTIATION(Object arg0)illegal value for content negotiation property "{0}"static StringSENDER_REQUEST_MESSAGE_NOT_READY()message not ready to be sentstatic StringSENDER_RESPONSE_CANNOT_DECODE_FAULT_DETAIL()fault detail cannot be decoded
-
-
-
Method Detail
-
localizableSENDER_REQUEST_MESSAGE_NOT_READY
public static com.sun.istack.localization.Localizable localizableSENDER_REQUEST_MESSAGE_NOT_READY()
-
SENDER_REQUEST_MESSAGE_NOT_READY
public static String SENDER_REQUEST_MESSAGE_NOT_READY()
message not ready to be sent
-
localizableSENDER_RESPONSE_CANNOT_DECODE_FAULT_DETAIL
public static com.sun.istack.localization.Localizable localizableSENDER_RESPONSE_CANNOT_DECODE_FAULT_DETAIL()
-
SENDER_RESPONSE_CANNOT_DECODE_FAULT_DETAIL
public static String SENDER_RESPONSE_CANNOT_DECODE_FAULT_DETAIL()
fault detail cannot be decoded
-
localizableSENDER_REQUEST_ILLEGAL_VALUE_FOR_CONTENT_NEGOTIATION
public static com.sun.istack.localization.Localizable localizableSENDER_REQUEST_ILLEGAL_VALUE_FOR_CONTENT_NEGOTIATION(Object arg0)
-
SENDER_REQUEST_ILLEGAL_VALUE_FOR_CONTENT_NEGOTIATION
public static String SENDER_REQUEST_ILLEGAL_VALUE_FOR_CONTENT_NEGOTIATION(Object arg0)
illegal value for content negotiation property "{0}"
-
localizableSENDER_NESTED_ERROR
public static com.sun.istack.localization.Localizable localizableSENDER_NESTED_ERROR(Object arg0)
-
-