com.sun.xml.ws.resources
Class SenderMessages

java.lang.Object
  extended by 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
SenderMessages()
           
 
Method Summary
static com.sun.istack.localization.Localizable localizableSENDER_NESTED_ERROR(Object arg0)
           
static com.sun.istack.localization.Localizable localizableSENDER_REQUEST_ILLEGAL_VALUE_FOR_CONTENT_NEGOTIATION(Object arg0)
           
static com.sun.istack.localization.Localizable localizableSENDER_REQUEST_MESSAGE_NOT_READY()
           
static com.sun.istack.localization.Localizable localizableSENDER_RESPONSE_CANNOT_DECODE_FAULT_DETAIL()
           
static String SENDER_NESTED_ERROR(Object arg0)
          sender error: {0}
static String SENDER_REQUEST_ILLEGAL_VALUE_FOR_CONTENT_NEGOTIATION(Object arg0)
          illegal value for content negotiation property "{0}"
static String SENDER_REQUEST_MESSAGE_NOT_READY()
          message not ready to be sent
static String SENDER_RESPONSE_CANNOT_DECODE_FAULT_DETAIL()
          fault detail cannot be decoded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SenderMessages

public SenderMessages()
Method Detail

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_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_NESTED_ERROR

public static com.sun.istack.localization.Localizable localizableSENDER_NESTED_ERROR(Object arg0)

SENDER_NESTED_ERROR

public static String SENDER_NESTED_ERROR(Object arg0)
sender error: {0}


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



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.