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 Details

    • ProviderApiMessages

      public ProviderApiMessages()
  • Method Details

    • 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)
    • ERROR_WSDL

      public static String ERROR_WSDL(Object arg0)
      Error in parsing WSDL: {0}