Package com.sun.xml.rpc.spi.tools
Interface SOAPConstants
-
- All Known Subinterfaces:
SOAPConstants
,SOAPConstants
- All Known Implementing Classes:
SOAPConstants
public interface SOAPConstants
This class is implemented by com.sun.xml.rpc.wsdl.document.soap.SOAPConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
NS_SOAP_ENCODING
static String
URI_ENVELOPE
-
-
-
Field Detail
-
NS_SOAP_ENCODING
static final String NS_SOAP_ENCODING
- See Also:
- Constant Field Values
-
URI_ENVELOPE
static final String URI_ENVELOPE
- See Also:
- Constant Field Values
-
-