Package com.sun.xml.rpc.spi.runtime
Interface SOAPConstants
-
- All Superinterfaces:
SOAPConstants
- All Known Implementing Classes:
SOAPConstants
public interface SOAPConstants extends SOAPConstants
This class is implemented by com.sun.xml.rpc.encoding.soap.SOAPConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLIENT_BAD_REQUESTstatic QNameFAULT_CODE_CLIENTstatic QNameFAULT_CODE_SERVERstatic StringHTTP_SERVLET_RESPONSEstatic StringONE_WAY_OPERATIONstatic StringURI_ENCODING-
Fields inherited from interface com.sun.xml.rpc.spi.tools.SOAPConstants
NS_SOAP_ENCODING, URI_ENVELOPE
-
-
-
-
Field Detail
-
URI_ENCODING
static final String URI_ENCODING
- See Also:
- Constant Field Values
-
FAULT_CODE_SERVER
static final QName FAULT_CODE_SERVER
-
FAULT_CODE_CLIENT
static final QName FAULT_CODE_CLIENT
-
HTTP_SERVLET_RESPONSE
static final String HTTP_SERVLET_RESPONSE
- See Also:
- Constant Field Values
-
ONE_WAY_OPERATION
static final String ONE_WAY_OPERATION
- See Also:
- Constant Field Values
-
CLIENT_BAD_REQUEST
static final String CLIENT_BAD_REQUEST
- See Also:
- Constant Field Values
-
-