Package com.sun.xml.ws.resources
Class ModelerMessages
java.lang.Object
com.sun.xml.ws.resources.ModelerMessages
Defines string formatting method for each constant in the resource file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.LocalizablelocalizableNOT_A_VALID_BARE_METHOD(Object arg0, Object arg1) 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.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.LocalizablelocalizableRUNTIME_MODELER_FEATURE_CONFLICT(Object arg0, Object arg1) static com.sun.istack.localization.Localizablestatic com.sun.istack.localization.LocalizablelocalizableRUNTIME_MODELER_METHOD_NOT_FOUND(Object arg0, Object arg1) static com.sun.istack.localization.LocalizablelocalizableRUNTIME_MODELER_MTOM_CONFLICT(Object arg0, Object arg1) static com.sun.istack.localization.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.LocalizablelocalizableRUNTIME_MODELER_ONEWAY_OPERATION_NO_CHECKED_EXCEPTIONS(Object arg0, Object arg1, Object arg2) static com.sun.istack.localization.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.LocalizablelocalizableRUNTIME_MODELER_SOAPBINDING_CONFLICT(Object arg0, Object arg1, Object arg2) 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.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.LocalizablelocalizableRUNTIMEMODELER_INVALID_SOAPBINDING_ON_METHOD(Object arg0, Object arg1, Object arg2) static com.sun.istack.localization.Localizablestatic StringNESTED_MODELER_ERROR(Object arg0) runtime modeler error: {0}static StringNOT_A_VALID_BARE_METHOD(Object arg0, Object arg1) SEI {0} has method {1} annotated as BARE but it has more than one parameter bound to body.static StringJAX-WS 2.1 API is loaded from {0}, But JAX-WS runtime requires JAX-WS 2.2 or newer API.static StringThe serviceName cannot be retrieved from an interface.static Stringclass: {0} could not be foundstatic StringThe Endpoint Interface: {0} does not have WebService Annotationstatic StringAn error occurred while processing external WS metadata; check configuration/deployment.static StringUnable to read metadata file {0}.static StringUnsupported metadata file schema {0}.static StringUnable to read metadata from {0}.static StringRUNTIME_MODELER_FEATURE_CONFLICT(Object arg0, Object arg1) Feature {0} in implementation conflicts with {1} in WSDL configurationstatic StringIncorrect usage of Annotation {0} on {1}, ParameterStyle can only be WRAPPED with RPC Style Web service.static StringRUNTIME_MODELER_METHOD_NOT_FOUND(Object arg0, Object arg1) method: {0} could not be found on class: {1}static StringRUNTIME_MODELER_MTOM_CONFLICT(Object arg0, Object arg1) Error in @BindingType: MTOM Configuration in binding identifier {0} conflicts with feature @MTOM {1}static StringThe web service defined by the class {0} does not contain any valid WebMethods.static StringA @WebService.targetNamespace must be specified on classes with no package.static StringA WebService annotation is not present on class: {0}static StringRUNTIME_MODELER_ONEWAY_OPERATION_NO_CHECKED_EXCEPTIONS(Object arg0, Object arg1, Object arg2) Oneway operation should not throw any checked exceptions class: {0} method: {1} throws: {2}static Stringoneway operation should not have OUT parameters class: {0} method: {1}static StringThe namespace of the serviceName "{0}" and the namespace of the portName "{1}" must matchstatic StringRUNTIME_MODELER_SOAPBINDING_CONFLICT(Object arg0, Object arg1, Object arg2) SOAPBinding Style {0} for method {1} conflicts with global SOAPBinding Style {2}static StringWebMethod annotation is not allowed on a static method {0}static StringWebMethod annotation is not allowed on a static or final method {0}static StringWebMethod annotation is not allowed on a non-public method {0}static StringWrapper class {0} is not found.static StringAnnotation {0} is illegal, In {1} @FeatureConstructor value doesn't match the constructor parametersstatic StringAnnotation {0} is illegal, Only one constructor of {1} can be marked as @FeatureConstructorstatic StringRUNTIME_MODELER_WSFEATURE_NO_FTRCONSTRUCTOR(Object arg0, Object arg1) Annotation {0} is not recognizable, at least one constructor of {1} should be marked with @FeatureConstructorstatic StringRUNTIMEMODELER_INVALID_SOAPBINDING_ON_METHOD(Object arg0, Object arg1, Object arg2) Invalid annotation: {0} on Method {1} in Class {2}, A method cannot be annotated with @SOAPBinding with Style "RPC"static StringUnable to create JAXBContext
-
Constructor Details
-
ModelerMessages
public ModelerMessages()
-
-
Method Details
-
localizableRUNTIME_MODELER_EXTERNAL_METADATA_UNSUPPORTED_SCHEMA
-
RUNTIME_MODELER_EXTERNAL_METADATA_UNSUPPORTED_SCHEMA
Unsupported metadata file schema {0}. Supported schemes are {1}. -
localizableRUNTIME_MODELER_ONEWAY_OPERATION_NO_CHECKED_EXCEPTIONS
-
RUNTIME_MODELER_ONEWAY_OPERATION_NO_CHECKED_EXCEPTIONS
public static String RUNTIME_MODELER_ONEWAY_OPERATION_NO_CHECKED_EXCEPTIONS(Object arg0, Object arg1, Object arg2) Oneway operation should not throw any checked exceptions class: {0} method: {1} throws: {2} -
localizableRUNTIME_MODELER_NO_PACKAGE
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_NO_PACKAGE(Object arg0) -
RUNTIME_MODELER_NO_PACKAGE
A @WebService.targetNamespace must be specified on classes with no package. Class: {0} -
localizableRUNTIME_MODELER_EXTERNAL_METADATA_UNABLE_TO_READ
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_EXTERNAL_METADATA_UNABLE_TO_READ(Object arg0) -
RUNTIME_MODELER_EXTERNAL_METADATA_UNABLE_TO_READ
Unable to read metadata file {0}. Check configuration/deployment. -
localizableRUNTIME_MODELER_WEBMETHOD_MUST_BE_NONSTATIC
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_WEBMETHOD_MUST_BE_NONSTATIC(Object arg0) -
RUNTIME_MODELER_WEBMETHOD_MUST_BE_NONSTATIC
WebMethod annotation is not allowed on a static method {0} -
localizableRUNTIMEMODELER_INVALID_SOAPBINDING_ON_METHOD
-
RUNTIMEMODELER_INVALID_SOAPBINDING_ON_METHOD
public static String RUNTIMEMODELER_INVALID_SOAPBINDING_ON_METHOD(Object arg0, Object arg1, Object arg2) Invalid annotation: {0} on Method {1} in Class {2}, A method cannot be annotated with @SOAPBinding with Style "RPC" -
localizableRUNTIME_MODELER_EXTERNAL_METADATA_WRONG_FORMAT
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_EXTERNAL_METADATA_WRONG_FORMAT(Object arg0) -
RUNTIME_MODELER_EXTERNAL_METADATA_WRONG_FORMAT
Unable to read metadata from {0}. Is the format correct? -
localizableRUNTIME_MODELER_NO_WEBSERVICE_ANNOTATION
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_NO_WEBSERVICE_ANNOTATION(Object arg0) -
RUNTIME_MODELER_NO_WEBSERVICE_ANNOTATION
A WebService annotation is not present on class: {0} -
localizableRUNTIME_MODELER_SOAPBINDING_CONFLICT
-
RUNTIME_MODELER_SOAPBINDING_CONFLICT
SOAPBinding Style {0} for method {1} conflicts with global SOAPBinding Style {2} -
localizableNESTED_MODELER_ERROR
-
NESTED_MODELER_ERROR
runtime modeler error: {0} -
localizableRUNTIME_MODELER_METHOD_NOT_FOUND
-
RUNTIME_MODELER_METHOD_NOT_FOUND
method: {0} could not be found on class: {1} -
localizableUNABLE_TO_CREATE_JAXB_CONTEXT
public static com.sun.istack.localization.Localizable localizableUNABLE_TO_CREATE_JAXB_CONTEXT() -
UNABLE_TO_CREATE_JAXB_CONTEXT
Unable to create JAXBContext -
localizableRUNTIME_MODELER_NO_OPERATIONS
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_NO_OPERATIONS(Object arg0) -
RUNTIME_MODELER_NO_OPERATIONS
The web service defined by the class {0} does not contain any valid WebMethods. -
localizableRUNTIME_MODELER_WRAPPER_NOT_FOUND
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_WRAPPER_NOT_FOUND(Object arg0) -
RUNTIME_MODELER_WRAPPER_NOT_FOUND
Wrapper class {0} is not found. Have you run annotation processing to generate them? -
localizableRUNTIME_MODELER_INVALID_SOAPBINDING_PARAMETERSTYLE
-
RUNTIME_MODELER_INVALID_SOAPBINDING_PARAMETERSTYLE
Incorrect usage of Annotation {0} on {1}, ParameterStyle can only be WRAPPED with RPC Style Web service. -
localizableRUNTIME_MODELER_EXTERNAL_METADATA_GENERIC
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_EXTERNAL_METADATA_GENERIC(Object arg0) -
RUNTIME_MODELER_EXTERNAL_METADATA_GENERIC
An error occurred while processing external WS metadata; check configuration/deployment. Nested error: {0}. -
localizableRUNTIME_MODELER_ADDRESSING_RESPONSES_NOSUCHMETHOD
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_ADDRESSING_RESPONSES_NOSUCHMETHOD(Object arg0) -
RUNTIME_MODELER_ADDRESSING_RESPONSES_NOSUCHMETHOD
JAX-WS 2.1 API is loaded from {0}, But JAX-WS runtime requires JAX-WS 2.2 or newer API. Use the standard override mechanism to load JAX-WS 2.2 or newer API. -
localizableRUNTIME_MODELER_WSFEATURE_ILLEGAL_FTRCONSTRUCTOR
-
RUNTIME_MODELER_WSFEATURE_ILLEGAL_FTRCONSTRUCTOR
Annotation {0} is illegal, In {1} @FeatureConstructor value doesn't match the constructor parameters -
localizableRUNTIME_MODELER_WEBMETHOD_MUST_BE_PUBLIC
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_WEBMETHOD_MUST_BE_PUBLIC(Object arg0) -
RUNTIME_MODELER_WEBMETHOD_MUST_BE_PUBLIC
WebMethod annotation is not allowed on a non-public method {0} -
localizableRUNTIME_MODELER_ONEWAY_OPERATION_NO_OUT_PARAMETERS
-
RUNTIME_MODELER_ONEWAY_OPERATION_NO_OUT_PARAMETERS
oneway operation should not have OUT parameters class: {0} method: {1} -
localizableRUNTIME_MODELER_ENDPOINT_INTERFACE_NO_WEBSERVICE
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_ENDPOINT_INTERFACE_NO_WEBSERVICE(Object arg0) -
RUNTIME_MODELER_ENDPOINT_INTERFACE_NO_WEBSERVICE
The Endpoint Interface: {0} does not have WebService Annotation -
localizableRUNTIME_MODELER_WSFEATURE_NO_FTRCONSTRUCTOR
-
RUNTIME_MODELER_WSFEATURE_NO_FTRCONSTRUCTOR
Annotation {0} is not recognizable, at least one constructor of {1} should be marked with @FeatureConstructor -
localizableRUNTIME_MODELER_MTOM_CONFLICT
-
RUNTIME_MODELER_MTOM_CONFLICT
Error in @BindingType: MTOM Configuration in binding identifier {0} conflicts with feature @MTOM {1} -
localizableRUNTIME_MODELER_CLASS_NOT_FOUND
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_CLASS_NOT_FOUND(Object arg0) -
RUNTIME_MODELER_CLASS_NOT_FOUND
class: {0} could not be found -
localizableRUNTIME_MODELER_WSFEATURE_MORETHANONE_FTRCONSTRUCTOR
-
RUNTIME_MODELER_WSFEATURE_MORETHANONE_FTRCONSTRUCTOR
Annotation {0} is illegal, Only one constructor of {1} can be marked as @FeatureConstructor -
localizableRUNTIME_MODELER_FEATURE_CONFLICT
-
RUNTIME_MODELER_FEATURE_CONFLICT
Feature {0} in implementation conflicts with {1} in WSDL configuration -
localizableRUNTIME_MODELER_WEBMETHOD_MUST_BE_NONSTATICFINAL
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_WEBMETHOD_MUST_BE_NONSTATICFINAL(Object arg0) -
RUNTIME_MODELER_WEBMETHOD_MUST_BE_NONSTATICFINAL
WebMethod annotation is not allowed on a static or final method {0} -
localizableRUNTIME_MODELER_CANNOT_GET_SERVICE_NAME_FROM_INTERFACE
public static com.sun.istack.localization.Localizable localizableRUNTIME_MODELER_CANNOT_GET_SERVICE_NAME_FROM_INTERFACE(Object arg0) -
RUNTIME_MODELER_CANNOT_GET_SERVICE_NAME_FROM_INTERFACE
The serviceName cannot be retrieved from an interface. class {0} -
localizableNOT_A_VALID_BARE_METHOD
-
NOT_A_VALID_BARE_METHOD
SEI {0} has method {1} annotated as BARE but it has more than one parameter bound to body. This is invalid. Please annotate the method with annotation: @SOAPBinding(parameterStyle=SOAPBinding.ParameterStyle.WRAPPED) -
localizableRUNTIME_MODELER_PORTNAME_SERVICENAME_NAMESPACE_MISMATCH
-
RUNTIME_MODELER_PORTNAME_SERVICENAME_NAMESPACE_MISMATCH
public static String RUNTIME_MODELER_PORTNAME_SERVICENAME_NAMESPACE_MISMATCH(Object arg0, Object arg1) The namespace of the serviceName "{0}" and the namespace of the portName "{1}" must match
-