Class LocalizationMessages
- java.lang.Object
-
- com.sun.xml.ws.security.addressing.impl.policy.LocalizationMessages
-
public final class LocalizationMessages extends Object
Defines string formatting method for each constant in the resource file
-
-
Constructor Summary
Constructors Constructor Description LocalizationMessages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.sun.istack.localization.Localizable
localizableWSA_0001_UNKNOWN_ASSERTION(Object arg0)
static com.sun.istack.localization.Localizable
localizableWSA_0002_ERROR_OBTAINING_CONSTRUCTOR(Object arg0)
static com.sun.istack.localization.Localizable
localizableWSA_0003_ERROR_INSTANTIATING(Object arg0)
static com.sun.istack.localization.Localizable
localizableWSA_0004_INVALID_EPR_ADDRESS()
static String
WSA_0001_UNKNOWN_ASSERTION(Object arg0)
WSA0001: Failed to identify assertion: ''{0}''static String
WSA_0002_ERROR_OBTAINING_CONSTRUCTOR(Object arg0)
WSA0002: Error occurred while obtaining the constructor for Addressing assertion {0}.static String
WSA_0003_ERROR_INSTANTIATING(Object arg0)
WSA0003: Error occurred while instantiating Addressing assertion {0}.static String
WSA_0004_INVALID_EPR_ADDRESS()
WSA0004: Error occurred while reading Address element.
-
-
-
Method Detail
-
localizableWSA_0001_UNKNOWN_ASSERTION
public static com.sun.istack.localization.Localizable localizableWSA_0001_UNKNOWN_ASSERTION(Object arg0)
-
WSA_0001_UNKNOWN_ASSERTION
public static String WSA_0001_UNKNOWN_ASSERTION(Object arg0)
WSA0001: Failed to identify assertion: ''{0}''
-
localizableWSA_0002_ERROR_OBTAINING_CONSTRUCTOR
public static com.sun.istack.localization.Localizable localizableWSA_0002_ERROR_OBTAINING_CONSTRUCTOR(Object arg0)
-
WSA_0002_ERROR_OBTAINING_CONSTRUCTOR
public static String WSA_0002_ERROR_OBTAINING_CONSTRUCTOR(Object arg0)
WSA0002: Error occurred while obtaining the constructor for Addressing assertion {0}.
-
localizableWSA_0003_ERROR_INSTANTIATING
public static com.sun.istack.localization.Localizable localizableWSA_0003_ERROR_INSTANTIATING(Object arg0)
-
WSA_0003_ERROR_INSTANTIATING
public static String WSA_0003_ERROR_INSTANTIATING(Object arg0)
WSA0003: Error occurred while instantiating Addressing assertion {0}.
-
localizableWSA_0004_INVALID_EPR_ADDRESS
public static com.sun.istack.localization.Localizable localizableWSA_0004_INVALID_EPR_ADDRESS()
-
WSA_0004_INVALID_EPR_ADDRESS
public static String WSA_0004_INVALID_EPR_ADDRESS()
WSA0004: Error occurred while reading Address element.
-
-