Package com.sun.tools.ws.resources
Class GeneratorMessages
java.lang.Object
com.sun.tools.ws.resources.GeneratorMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringcan''t create directory: {0}static StringWSDL has some characters which native java encoder can''t encode: "{0}"static Stringinternal error (should not happen): {0}static Stringgenerator error: {0}static StringGENERATOR_SEI_CLASS_ALREADY_EXIST(Object arg0, Object arg1) Could not generate SEI, class: {0} already exists.static StringGENERATOR_SERVICE_CLASS_ALREADY_EXIST(Object arg0, Object arg1) Could not generate Service, class: {0} already exists.static com.sun.istack.localization.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.LocalizablelocalizableGENERATOR_SEI_CLASS_ALREADY_EXIST(Object arg0, Object arg1) static com.sun.istack.localization.Localizable
-
Method Details
-
localizableGENERATOR_INDENTINGWRITER_CHARSET_CANTENCODE
public static com.sun.istack.localization.Localizable localizableGENERATOR_INDENTINGWRITER_CHARSET_CANTENCODE(Object arg0) -
GENERATOR_INDENTINGWRITER_CHARSET_CANTENCODE
WSDL has some characters which native java encoder can''t encode: "{0}" -
localizableGENERATOR_CANNOT_CREATE_DIR
public static com.sun.istack.localization.Localizable localizableGENERATOR_CANNOT_CREATE_DIR(Object arg0) -
GENERATOR_CANNOT_CREATE_DIR
can''t create directory: {0} -
localizableGENERATOR_INTERNAL_ERROR_SHOULD_NOT_HAPPEN
public static com.sun.istack.localization.Localizable localizableGENERATOR_INTERNAL_ERROR_SHOULD_NOT_HAPPEN(Object arg0) -
GENERATOR_INTERNAL_ERROR_SHOULD_NOT_HAPPEN
internal error (should not happen): {0} -
localizableGENERATOR_NESTED_GENERATOR_ERROR
public static com.sun.istack.localization.Localizable localizableGENERATOR_NESTED_GENERATOR_ERROR(Object arg0) -
GENERATOR_NESTED_GENERATOR_ERROR
generator error: {0} -
localizableGENERATOR_SEI_CLASS_ALREADY_EXIST
-
GENERATOR_SEI_CLASS_ALREADY_EXIST
Could not generate SEI, class: {0} already exists. Rename wsdl:portType "{1}" using XML-WS customization -
localizableGENERATOR_SERVICE_CLASS_ALREADY_EXIST
-
GENERATOR_SERVICE_CLASS_ALREADY_EXIST
Could not generate Service, class: {0} already exists. Rename wsdl:Service "{1}" using XML-WS customization
-