Package com.sun.xml.ws.resources
Class BindingApiMessages
- java.lang.Object
-
- com.sun.xml.ws.resources.BindingApiMessages
-
public final class BindingApiMessages extends Object
Defines string formatting method for each constant in the resource file
-
-
Constructor Summary
Constructors Constructor Description BindingApiMessages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
BINDING_API_NO_FAULT_MESSAGE_NAME()
Fault message name must not be null.static com.sun.istack.localization.Localizable
localizableBINDING_API_NO_FAULT_MESSAGE_NAME()
-
-
-
Method Detail
-
localizableBINDING_API_NO_FAULT_MESSAGE_NAME
public static com.sun.istack.localization.Localizable localizableBINDING_API_NO_FAULT_MESSAGE_NAME()
-
BINDING_API_NO_FAULT_MESSAGE_NAME
public static String BINDING_API_NO_FAULT_MESSAGE_NAME()
Fault message name must not be null.
-
-