Package com.sun.xml.ws.resources
Class WsdlmodelMessages
java.lang.Object
com.sun.xml.ws.resources.WsdlmodelMessages
Defines string formatting method for each constant in the resource file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Localizablestatic Localizablestatic LocalizablelocalizableWSDL_PORTADDRESS_EPRADDRESS_NOT_MATCH(Object arg0, Object arg1, Object arg2) static StringMEX WSDL metadata can not be parsed, the systemId is of the MEX source is null.static StringImport of {0} is violation of BP 1.1 R2001.static StringWSDL_PORTADDRESS_EPRADDRESS_NOT_MATCH(Object arg0, Object arg1, Object arg2) For Port: {0}, service location {1} does not match address {2} in the EndpointReference
-
Constructor Details
-
WsdlmodelMessages
public WsdlmodelMessages()
-
-
Method Details
-
localizableWSDL_PORTADDRESS_EPRADDRESS_NOT_MATCH
public static Localizable localizableWSDL_PORTADDRESS_EPRADDRESS_NOT_MATCH(Object arg0, Object arg1, Object arg2) -
WSDL_PORTADDRESS_EPRADDRESS_NOT_MATCH
For Port: {0}, service location {1} does not match address {2} in the EndpointReference -
localizableWSDL_IMPORT_SHOULD_BE_WSDL
-
WSDL_IMPORT_SHOULD_BE_WSDL
Import of {0} is violation of BP 1.1 R2001. Proceeding with a warning. R2001 A DESCRIPTION must only use the WSDL "import" statement to import another WSDL description. -
localizableMEX_METADATA_SYSTEMID_NULL
-
MEX_METADATA_SYSTEMID_NULL
MEX WSDL metadata can not be parsed, the systemId is of the MEX source is null.
-