Constant Field Values


Contents
javax.xml.*

javax.xml.soap.SOAPConstants
public static final String DEFAULT_SOAP_PROTOCOL "SOAP 1.1 Protocol"
public static final String DYNAMIC_SOAP_PROTOCOL "Dynamic Protocol"
public static final String SOAP_1_1_CONTENT_TYPE "text/xml"
public static final String SOAP_1_1_PROTOCOL "SOAP 1.1 Protocol"
public static final String SOAP_1_2_CONTENT_TYPE "application/soap+xml"
public static final String SOAP_1_2_PROTOCOL "SOAP 1.2 Protocol"
public static final String SOAP_ENV_PREFIX "env"
public static final String URI_NS_SOAP_1_1_ENVELOPE "http://schemas.xmlsoap.org/soap/envelope/"
public static final String URI_NS_SOAP_1_2_ENCODING "http://www.w3.org/2003/05/soap-encoding"
public static final String URI_NS_SOAP_1_2_ENVELOPE "http://www.w3.org/2003/05/soap-envelope"
public static final String URI_NS_SOAP_ENCODING "http://schemas.xmlsoap.org/soap/encoding/"
public static final String URI_NS_SOAP_ENVELOPE "http://schemas.xmlsoap.org/soap/envelope/"
public static final String URI_SOAP_1_2_ROLE_NEXT "http://www.w3.org/2003/05/soap-envelope/role/next"
public static final String URI_SOAP_1_2_ROLE_NONE "http://www.w3.org/2003/05/soap-envelope/role/none"
public static final String URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER "http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver"
public static final String URI_SOAP_ACTOR_NEXT "http://schemas.xmlsoap.org/soap/actor/next"

javax.xml.soap.SOAPMessage
public static final String CHARACTER_SET_ENCODING "javax.xml.soap.character-set-encoding"
public static final String WRITE_XML_DECLARATION "javax.xml.soap.write-xml-declaration"



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.