Package com.sun.xml.ws.resources
Class ProviderApiMessages
java.lang.Object
com.sun.xml.ws.resources.ProviderApiMessages
Defines string formatting method for each constant in the resource file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringERROR_WSDL(Object arg0) Error in parsing WSDL: {0}static com.sun.istack.localization.LocalizablelocalizableERROR_WSDL(Object arg0) static com.sun.istack.localization.Localizablestatic com.sun.istack.localization.LocalizablelocalizableNOTFOUND_PORT_IN_WSDL(Object arg0, Object arg1, Object arg2) static com.sun.istack.localization.LocalizablelocalizableNOTFOUND_SERVICE_IN_WSDL(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 StringNO_WSDL_NO_PORT(Object arg0) WSDL Metadata not available to create the proxy, either Service instance or ServiceEndpointInterface {0} should have WSDL informationstatic StringNOTFOUND_PORT_IN_WSDL(Object arg0, Object arg1, Object arg2) Port: {0} not a valid port in Service: {1} in WSDL: {2}static StringNOTFOUND_SERVICE_IN_WSDL(Object arg0, Object arg1) Service: {0} not found in WSDL: {1}static StringAddress in an EPR cannot be nullstatic StringAddress in an EPR cannot be null, when serviceName or portName is nullstatic StringNULL_EPR()EndpointReference is nullstatic StringEPR doesn't have EndpointName in the Metadatastatic StringserviceName can't be null when portName is specifiedstatic StringEPR doesn't have WSDL Metadata which is needed for the current operation
-
Constructor Details
-
ProviderApiMessages
public ProviderApiMessages()
-
-
Method Details
-
localizableNULL_SERVICE
public static com.sun.istack.localization.Localizable localizableNULL_SERVICE() -
NULL_SERVICE
serviceName can't be null when portName is specified -
localizableNULL_ADDRESS_SERVICE_ENDPOINT
public static com.sun.istack.localization.Localizable localizableNULL_ADDRESS_SERVICE_ENDPOINT() -
NULL_ADDRESS_SERVICE_ENDPOINT
Address in an EPR cannot be null, when serviceName or portName is null -
localizableNULL_PORTNAME
public static com.sun.istack.localization.Localizable localizableNULL_PORTNAME() -
NULL_PORTNAME
EPR doesn't have EndpointName in the Metadata -
localizableNULL_WSDL
public static com.sun.istack.localization.Localizable localizableNULL_WSDL() -
NULL_WSDL
EPR doesn't have WSDL Metadata which is needed for the current operation -
localizableNO_WSDL_NO_PORT
-
NO_WSDL_NO_PORT
WSDL Metadata not available to create the proxy, either Service instance or ServiceEndpointInterface {0} should have WSDL information -
localizableNOTFOUND_PORT_IN_WSDL
-
NOTFOUND_PORT_IN_WSDL
Port: {0} not a valid port in Service: {1} in WSDL: {2} -
localizableNOTFOUND_SERVICE_IN_WSDL
-
NOTFOUND_SERVICE_IN_WSDL
Service: {0} not found in WSDL: {1} -
localizableNULL_EPR
public static com.sun.istack.localization.Localizable localizableNULL_EPR() -
NULL_EPR
EndpointReference is null -
localizableNULL_ADDRESS
public static com.sun.istack.localization.Localizable localizableNULL_ADDRESS() -
NULL_ADDRESS
Address in an EPR cannot be null -
localizableERROR_WSDL
-
ERROR_WSDL
Error in parsing WSDL: {0}
-