Package com.sun.xml.ws.resources
Class ProviderApiMessages
- java.lang.Object
-
- com.sun.xml.ws.resources.ProviderApiMessages
-
public final class ProviderApiMessages extends Object
Defines string formatting method for each constant in the resource file
-
-
Constructor Summary
Constructors Constructor Description ProviderApiMessages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringERROR_WSDL(Object arg0)Error in parsing WSDL: {0}static com.sun.istack.localization.LocalizablelocalizableERROR_WSDL(Object arg0)static com.sun.istack.localization.LocalizablelocalizableNO_WSDL_NO_PORT(Object arg0)static 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.LocalizablelocalizableNULL_ADDRESS()static com.sun.istack.localization.LocalizablelocalizableNULL_ADDRESS_SERVICE_ENDPOINT()static com.sun.istack.localization.LocalizablelocalizableNULL_EPR()static com.sun.istack.localization.LocalizablelocalizableNULL_PORTNAME()static com.sun.istack.localization.LocalizablelocalizableNULL_SERVICE()static com.sun.istack.localization.LocalizablelocalizableNULL_WSDL()static 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 StringNULL_ADDRESS()Address in an EPR cannot be nullstatic StringNULL_ADDRESS_SERVICE_ENDPOINT()Address in an EPR cannot be null, when serviceName or portName is nullstatic StringNULL_EPR()EndpointReference is nullstatic StringNULL_PORTNAME()EPR doesn't have EndpointName in the Metadatastatic StringNULL_SERVICE()serviceName can't be null when portName is specifiedstatic StringNULL_WSDL()EPR doesn't have WSDL Metadata which is needed for the current operation
-
-
-
Method Detail
-
localizableNULL_SERVICE
public static com.sun.istack.localization.Localizable localizableNULL_SERVICE()
-
NULL_SERVICE
public static String 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
public static String 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
public static String NULL_PORTNAME()
EPR doesn't have EndpointName in the Metadata
-
localizableNULL_WSDL
public static com.sun.istack.localization.Localizable localizableNULL_WSDL()
-
NULL_WSDL
public static String NULL_WSDL()
EPR doesn't have WSDL Metadata which is needed for the current operation
-
localizableNO_WSDL_NO_PORT
public static com.sun.istack.localization.Localizable localizableNO_WSDL_NO_PORT(Object arg0)
-
NO_WSDL_NO_PORT
public static String NO_WSDL_NO_PORT(Object arg0)
WSDL Metadata not available to create the proxy, either Service instance or ServiceEndpointInterface {0} should have WSDL information
-
localizableNOTFOUND_PORT_IN_WSDL
public static com.sun.istack.localization.Localizable localizableNOTFOUND_PORT_IN_WSDL(Object arg0, Object arg1, Object arg2)
-
NOTFOUND_PORT_IN_WSDL
public static String NOTFOUND_PORT_IN_WSDL(Object arg0, Object arg1, Object arg2)
Port: {0} not a valid port in Service: {1} in WSDL: {2}
-
localizableNOTFOUND_SERVICE_IN_WSDL
public static com.sun.istack.localization.Localizable localizableNOTFOUND_SERVICE_IN_WSDL(Object arg0, Object arg1)
-
NOTFOUND_SERVICE_IN_WSDL
public static String NOTFOUND_SERVICE_IN_WSDL(Object arg0, Object arg1)
Service: {0} not found in WSDL: {1}
-
localizableNULL_EPR
public static com.sun.istack.localization.Localizable localizableNULL_EPR()
-
NULL_EPR
public static String NULL_EPR()
EndpointReference is null
-
localizableNULL_ADDRESS
public static com.sun.istack.localization.Localizable localizableNULL_ADDRESS()
-
NULL_ADDRESS
public static String NULL_ADDRESS()
Address in an EPR cannot be null
-
localizableERROR_WSDL
public static com.sun.istack.localization.Localizable localizableERROR_WSDL(Object arg0)
-
-