Package com.sun.xml.ws.resources
Class DispatchMessages
java.lang.Object
com.sun.xml.ws.resources.DispatchMessages
Defines string formatting method for each constant in the resource file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringDUPLICATE_PORT(Object arg0) WSDLPort {0} already exists.static StringINVALID_DATASOURCE_DISPATCH_BINDING(Object arg0, Object arg1) Can not create Dispatch<DataSource>with {0}.static StringINVALID_DATASOURCE_DISPATCH_MSGMODE(Object arg0, Object arg1) Can not create Dispatch<DataSource>of Service.Mode.PAYLOAD{0}.static StringINVALID_NULLARG_SOAP_MSGMODE(Object arg0, Object arg1) SOAP/HTTP Binding in {0} is not allowed with a null invocation argument.static StringEndpoint address URI is not allowed with a null argumentstatic StringINVALID_NULLARG_XMLHTTP_REQUEST_METHOD(Object arg0, Object arg1) A XML/HTTP request using MessageContext.HTTP_REQUEST_METHOD equals {0} with a Null invocation Argument is not allowed.static StringLeading '?' of MessageContext.QUERY_STRING: {0} is not valid.static StringINVALID_QUERY_STRING(Object arg0) Unable to resolve endpoint address using the supplied query string: {0}.static StringNo response returned.static StringFailed to deserialize the response.static StringINVALID_SOAPMESSAGE_DISPATCH_BINDING(Object arg0, Object arg1) Can not create Dispatch<SOAPMessage>with {0} Binding.static StringINVALID_SOAPMESSAGE_DISPATCH_MSGMODE(Object arg0, Object arg1) Can not create Dispatch<SOAPMessage>of {0}.static StringINVALID_URI(Object arg0) Endpoint String: {0} is and invalid URI.static StringUnable to decode the resolved endpoint using UTF-8 encoding.static StringINVALID_URI_PATH_QUERY(Object arg0, Object arg1) Unable to construct a URI with this path info {0} and this query string {1}.static StringINVALID_URI_RESOLUTION(Object arg0) Unable to resolve endpoint address using the supplied path: {0}.static com.sun.istack.localization.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.LocalizablelocalizableINVALID_NULLARG_SOAP_MSGMODE(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 com.sun.istack.localization.Localizablestatic com.sun.istack.localization.Localizablestatic com.sun.istack.localization.LocalizablelocalizableINVALID_URI(Object arg0) static com.sun.istack.localization.Localizablestatic com.sun.istack.localization.LocalizablelocalizableINVALID_URI_PATH_QUERY(Object arg0, Object arg1) static com.sun.istack.localization.Localizable
-
Constructor Details
-
DispatchMessages
public DispatchMessages()
-
-
Method Details
-
localizableINVALID_NULLARG_SOAP_MSGMODE
-
INVALID_NULLARG_SOAP_MSGMODE
SOAP/HTTP Binding in {0} is not allowed with a null invocation argument. Must be: {1} -
localizableINVALID_QUERY_STRING
-
INVALID_QUERY_STRING
Unable to resolve endpoint address using the supplied query string: {0}. -
localizableINVALID_URI_DECODE
public static com.sun.istack.localization.Localizable localizableINVALID_URI_DECODE() -
INVALID_URI_DECODE
Unable to decode the resolved endpoint using UTF-8 encoding. -
localizableINVALID_URI_RESOLUTION
public static com.sun.istack.localization.Localizable localizableINVALID_URI_RESOLUTION(Object arg0) -
INVALID_URI_RESOLUTION
Unable to resolve endpoint address using the supplied path: {0}. -
localizableINVALID_NULLARG_URI
public static com.sun.istack.localization.Localizable localizableINVALID_NULLARG_URI() -
INVALID_NULLARG_URI
Endpoint address URI is not allowed with a null argument -
localizableINVALID_URI_PATH_QUERY
-
INVALID_URI_PATH_QUERY
Unable to construct a URI with this path info {0} and this query string {1}. -
localizableINVALID_URI
-
INVALID_URI
Endpoint String: {0} is and invalid URI. -
localizableINVALID_DATASOURCE_DISPATCH_MSGMODE
-
INVALID_DATASOURCE_DISPATCH_MSGMODE
Can not create Dispatch<DataSource>of Service.Mode.PAYLOAD{0}. Must be: {1} -
localizableDUPLICATE_PORT
-
DUPLICATE_PORT
WSDLPort {0} already exists. Can not create a port of the same QName. -
localizableINVALID_SOAPMESSAGE_DISPATCH_BINDING
-
INVALID_SOAPMESSAGE_DISPATCH_BINDING
Can not create Dispatch<SOAPMessage>with {0} Binding. Must be: {1} Binding. -
localizableINVALID_QUERY_LEADING_CHAR
public static com.sun.istack.localization.Localizable localizableINVALID_QUERY_LEADING_CHAR(Object arg0) -
INVALID_QUERY_LEADING_CHAR
Leading '?' of MessageContext.QUERY_STRING: {0} is not valid. Remove '?' and run again. -
localizableINVALID_RESPONSE_DESERIALIZATION
public static com.sun.istack.localization.Localizable localizableINVALID_RESPONSE_DESERIALIZATION() -
INVALID_RESPONSE_DESERIALIZATION
Failed to deserialize the response. -
localizableINVALID_RESPONSE
public static com.sun.istack.localization.Localizable localizableINVALID_RESPONSE() -
INVALID_RESPONSE
No response returned. -
localizableINVALID_SOAPMESSAGE_DISPATCH_MSGMODE
-
INVALID_SOAPMESSAGE_DISPATCH_MSGMODE
Can not create Dispatch<SOAPMessage>of {0}. Must be {1}. -
localizableINVALID_DATASOURCE_DISPATCH_BINDING
-
INVALID_DATASOURCE_DISPATCH_BINDING
Can not create Dispatch<DataSource>with {0}. Must be: {1} -
localizableINVALID_NULLARG_XMLHTTP_REQUEST_METHOD
-
INVALID_NULLARG_XMLHTTP_REQUEST_METHOD
A XML/HTTP request using MessageContext.HTTP_REQUEST_METHOD equals {0} with a Null invocation Argument is not allowed. Must be: {1}
-