Constant Field Values
Contents
javax.xml.*
-
javax.xml.soap.javax.xml.soap.FactoryFinder Modifier and Type Constant Field Value private static final java.lang.StringOSGI_SERVICE_LOADER_CLASS_NAME"org.glassfish.hk2.osgiresourcelocator.ServiceLoader" -
javax.xml.soap.MessageFactory Modifier and Type Constant Field Value private static final java.lang.StringDEFAULT_MESSAGE_FACTORY"com.sun.xml.internal.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl" -
javax.xml.soap.SAAJMetaFactory Modifier and Type Constant Field Value private static final java.lang.StringDEFAULT_META_FACTORY_CLASS"com.sun.xml.internal.messaging.saaj.soap.SAAJMetaFactoryImpl"private static final java.lang.StringMETA_FACTORY_DEPRECATED_CLASS_PROPERTY"javax.xml.soap.MetaFactory" -
javax.xml.soap.SOAPConnectionFactory Modifier and Type Constant Field Value private static final java.lang.StringDEFAULT_SOAP_CONNECTION_FACTORY"com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnectionFactory" -
javax.xml.soap.SOAPConstants Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_SOAP_PROTOCOL"SOAP 1.1 Protocol"public static final java.lang.StringDYNAMIC_SOAP_PROTOCOL"Dynamic Protocol"public static final java.lang.StringSOAP_1_1_CONTENT_TYPE"text/xml"public static final java.lang.StringSOAP_1_1_PROTOCOL"SOAP 1.1 Protocol"public static final java.lang.StringSOAP_1_2_CONTENT_TYPE"application/soap+xml"public static final java.lang.StringSOAP_1_2_PROTOCOL"SOAP 1.2 Protocol"public static final java.lang.StringSOAP_ENV_PREFIX"env"public static final java.lang.StringURI_NS_SOAP_1_1_ENVELOPE"http://schemas.xmlsoap.org/soap/envelope/"public static final java.lang.StringURI_NS_SOAP_1_2_ENCODING"http://www.w3.org/2003/05/soap-encoding"public static final java.lang.StringURI_NS_SOAP_1_2_ENVELOPE"http://www.w3.org/2003/05/soap-envelope"public static final java.lang.StringURI_NS_SOAP_ENCODING"http://schemas.xmlsoap.org/soap/encoding/"public static final java.lang.StringURI_NS_SOAP_ENVELOPE"http://schemas.xmlsoap.org/soap/envelope/"public static final java.lang.StringURI_SOAP_1_2_ROLE_NEXT"http://www.w3.org/2003/05/soap-envelope/role/next"public static final java.lang.StringURI_SOAP_1_2_ROLE_NONE"http://www.w3.org/2003/05/soap-envelope/role/none"public static final java.lang.StringURI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER"http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver"public static final java.lang.StringURI_SOAP_ACTOR_NEXT"http://schemas.xmlsoap.org/soap/actor/next" -
javax.xml.soap.SOAPFactory Modifier and Type Constant Field Value private static final java.lang.StringDEFAULT_SOAP_FACTORY"com.sun.xml.internal.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl" -
javax.xml.soap.SOAPMessage Modifier and Type Constant Field Value public static final java.lang.StringCHARACTER_SET_ENCODING"javax.xml.soap.character-set-encoding"public static final java.lang.StringWRITE_XML_DECLARATION"javax.xml.soap.write-xml-declaration"