Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MIME |
"()<>@,;:\\\"\t []/?=" |
public static final String |
RFC822 |
"()<>@,;:\\\"\t .[]" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ATOM |
-1 |
public static final int |
COMMENT |
-3 |
public static final int |
EOF |
-4 |
public static final int |
QUOTEDSTRING |
-2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ATTACHMENT |
"attachment" |
public static final String |
INLINE |
"inline" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ALL |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
STR_SRC |
"org.jvnet.fastinfoset.FastInfosetSource" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
STR_SRC |
"java.awt.Image" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONTENT_ID |
"Content-ID" |
public static final String |
CONTENT_LOCATION |
"Content-Location" |
protected static final int |
FI_ENCODED_FLAG |
16 |
public static final String |
LAZY_SOAP_BODY_PARSING |
"saaj.lazy.soap.body" |
protected static final int |
MIME_MULTIPART_FLAG |
2 |
protected static final int |
MIME_MULTIPART_XOP_SOAP1_1_FLAG |
6 |
protected static final int |
MIME_MULTIPART_XOP_SOAP1_2_FLAG |
10 |
protected static final int |
PLAIN_XML_FLAG |
1 |
protected static final int |
SOAP1_1_FLAG |
4 |
protected static final int |
SOAP1_2_FLAG |
8 |
protected static final int |
XOP_FLAG |
13 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SAAJ_NODE |
"javax.xml.soap.Node" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
STR_SRC |
"javax.xml.transform.stream.StreamSource" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final boolean |
MUST_UNDERSTAND_ONLY |
false |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SOAP_ENVELOPE_PREFIX |
"SOAP-ENV" |
public static final String |
SOAP11_NAMESPACE |
"http://schemas.xmlsoap.org/soap/envelope/" |
public static final String |
SOAP12_NAMESPACE |
"http://www.w3.org/2003/05/soap-envelope" |
public static final String |
XML_NAMESPACE |
"http://www.w3.org/XML/1998/namespace" |
public static final String |
XML_NAMESPACE_PREFIX |
"xml" |
public static final String |
XML_SCHEMA_NAMESPACE |
"http://www.w3.org/2001/XMLSchema" |
public static final String |
XML_SCHEMA_NAMESPACE_PREFIX |
"xs" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLIENT_DOMAIN |
"com.sun.xml.messaging.saaj.client" |
public static final String |
HTTP_CONN_DOMAIN |
"com.sun.xml.messaging.saaj.client.p2p" |
public static final String |
MODULE_TOPLEVEL_DOMAIN |
"com.sun.xml.messaging.saaj" |
public static final String |
NAMING_DOMAIN |
"com.sun.xml.messaging.saaj.soap.name" |
public static final String |
SOAP_DOMAIN |
"com.sun.xml.messaging.saaj.soap" |
public static final String |
SOAP_IMPL_DOMAIN |
"com.sun.xml.messaging.saaj.soap.impl" |
public static final String |
SOAP_VER1_1_DOMAIN |
"com.sun.xml.messaging.saaj.soap.ver1_1" |
public static final String |
SOAP_VER1_2_DOMAIN |
"com.sun.xml.messaging.saaj.soap.ver1_2" |
public static final String |
UTIL_DOMAIN |
"com.sun.xml.messaging.saaj.util" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
Body |
"Body" |
protected static final String |
Envelope |
"Envelope" |
protected static final String |
Header |
"Header" |
protected static final String |
xmlns |
"xmlns" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
href |
"href" |
protected static final String |
Include |
"Include" |
protected static final String |
xopNS |
"http://www.w3.org/2004/08/xop/include" |
Copyright © 2019 Oracle. All rights reserved.