com.sun.xml.ws.resources
Class ProviderApiMessages

java.lang.Object
  extended by 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
ProviderApiMessages()
           
 
Method Summary
static String ERROR_WSDL(Object arg0)
          Error in parsing WSDL: {0}
static com.sun.istack.localization.Localizable localizableERROR_WSDL(Object arg0)
           
static com.sun.istack.localization.Localizable localizableNO_WSDL_NO_PORT(Object arg0)
           
static com.sun.istack.localization.Localizable localizableNOTFOUND_PORT_IN_WSDL(Object arg0, Object arg1, Object arg2)
           
static com.sun.istack.localization.Localizable localizableNOTFOUND_SERVICE_IN_WSDL(Object arg0, Object arg1)
           
static com.sun.istack.localization.Localizable localizableNULL_ADDRESS_SERVICE_ENDPOINT()
           
static com.sun.istack.localization.Localizable localizableNULL_ADDRESS()
           
static com.sun.istack.localization.Localizable localizableNULL_EPR()
           
static com.sun.istack.localization.Localizable localizableNULL_PORTNAME()
           
static com.sun.istack.localization.Localizable localizableNULL_SERVICE()
           
static com.sun.istack.localization.Localizable localizableNULL_WSDL()
           
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
static String NOTFOUND_PORT_IN_WSDL(Object arg0, Object arg1, Object arg2)
          Port: {0} not a valid port in Service: {1} in WSDL: {2}
static String NOTFOUND_SERVICE_IN_WSDL(Object arg0, Object arg1)
          Service: {0} not found in WSDL: {1}
static String NULL_ADDRESS_SERVICE_ENDPOINT()
          Address in an EPR cannot be null, when serviceName or portName is null
static String NULL_ADDRESS()
          Address in an EPR cannot be null
static String NULL_EPR()
          EndpointReference is null
static String NULL_PORTNAME()
          EPR doesn't have EndpointName in the Metadata
static String NULL_SERVICE()
          serviceName can't be null when portName is specified
static String NULL_WSDL()
          EPR doesn't have WSDL Metadata which is needed for the current operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderApiMessages

public ProviderApiMessages()
Method Detail

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


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


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

public static com.sun.istack.localization.Localizable localizableNULL_ADDRESS()

NULL_ADDRESS

public static String NULL_ADDRESS()
Address in an EPR cannot be 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


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_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


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}


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}



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.