Package com.sun.xml.ws.resources
Class SenderMessages
java.lang.Object
com.sun.xml.ws.resources.SenderMessages
Defines string formatting method for each constant in the resource file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic StringSENDER_NESTED_ERROR(Object arg0) sender error: {0}static Stringillegal value for content negotiation property "{0}"static Stringmessage not ready to be sentstatic Stringfault detail cannot be decoded
-
Constructor Details
-
SenderMessages
public SenderMessages()
-
-
Method Details
-
localizableSENDER_REQUEST_MESSAGE_NOT_READY
-
SENDER_REQUEST_MESSAGE_NOT_READY
message not ready to be sent -
localizableSENDER_RESPONSE_CANNOT_DECODE_FAULT_DETAIL
-
SENDER_RESPONSE_CANNOT_DECODE_FAULT_DETAIL
fault detail cannot be decoded -
localizableSENDER_REQUEST_ILLEGAL_VALUE_FOR_CONTENT_NEGOTIATION
public static Localizable localizableSENDER_REQUEST_ILLEGAL_VALUE_FOR_CONTENT_NEGOTIATION(Object arg0) -
SENDER_REQUEST_ILLEGAL_VALUE_FOR_CONTENT_NEGOTIATION
illegal value for content negotiation property "{0}" -
localizableSENDER_NESTED_ERROR
-
SENDER_NESTED_ERROR
sender error: {0}
-