public final class ProviderApiMessages extends Object
Constructor and Description |
---|
ProviderApiMessages() |
Modifier and Type | Method and Description |
---|---|
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
|
public static com.sun.istack.localization.Localizable localizableNULL_ADDRESS_SERVICE_ENDPOINT()
public static String NULL_ADDRESS_SERVICE_ENDPOINT()
public static com.sun.istack.localization.Localizable localizableNO_WSDL_NO_PORT(Object arg0)
public static String NO_WSDL_NO_PORT(Object arg0)
public static com.sun.istack.localization.Localizable localizableNULL_SERVICE()
public static String NULL_SERVICE()
public static com.sun.istack.localization.Localizable localizableNULL_ADDRESS()
public static String NULL_ADDRESS()
public static com.sun.istack.localization.Localizable localizableNULL_PORTNAME()
public static String NULL_PORTNAME()
public static com.sun.istack.localization.Localizable localizableNOTFOUND_SERVICE_IN_WSDL(Object arg0, Object arg1)
public static String NOTFOUND_SERVICE_IN_WSDL(Object arg0, Object arg1)
public static com.sun.istack.localization.Localizable localizableNULL_EPR()
public static String NULL_EPR()
public static com.sun.istack.localization.Localizable localizableNULL_WSDL()
public static String NULL_WSDL()
public static com.sun.istack.localization.Localizable localizableNOTFOUND_PORT_IN_WSDL(Object arg0, Object arg1, Object arg2)
public static String NOTFOUND_PORT_IN_WSDL(Object arg0, Object arg1, Object arg2)
public static com.sun.istack.localization.Localizable localizableERROR_WSDL(Object arg0)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.