Class FastInfosetMIMETypes
- java.lang.Object
-
- com.sun.xml.ws.encoding.fastinfoset.FastInfosetMIMETypes
-
public final class FastInfosetMIMETypes extends Object
MIME types for Infosets encoded as fast infoset documents.- Author:
- Paul.Sandoz@Sun.Com
-
-
Field Summary
Fields Modifier and Type Field Description static StringINFOSETMIME type for a generic Infoset encoded as a fast infoset document.static StringSOAP_11MIME type for a SOAP 1.1 Infoset encoded as a fast infoset document.static StringSOAP_12MIME type for a SOAP 1.2 Infoset encoded as a fast infoset document.static StringSTATEFUL_INFOSETMIME type for a generic Infoset encoded as a stateful fast infoset document.static StringSTATEFUL_SOAP_11MIME type for a SOAP 1.1 Infoset encoded as a stateful fast infoset document.static StringSTATEFUL_SOAP_12MIME type for a SOAP 1.2 Infoset encoded as a stateful fast infoset document.
-
Constructor Summary
Constructors Constructor Description FastInfosetMIMETypes()
-
-
-
Field Detail
-
INFOSET
public static final String INFOSET
MIME type for a generic Infoset encoded as a fast infoset document.- See Also:
- Constant Field Values
-
SOAP_11
public static final String SOAP_11
MIME type for a SOAP 1.1 Infoset encoded as a fast infoset document.- See Also:
- Constant Field Values
-
SOAP_12
public static final String SOAP_12
MIME type for a SOAP 1.2 Infoset encoded as a fast infoset document.- See Also:
- Constant Field Values
-
STATEFUL_INFOSET
public static final String STATEFUL_INFOSET
MIME type for a generic Infoset encoded as a stateful fast infoset document.- See Also:
- Constant Field Values
-
STATEFUL_SOAP_11
public static final String STATEFUL_SOAP_11
MIME type for a SOAP 1.1 Infoset encoded as a stateful fast infoset document.- See Also:
- Constant Field Values
-
STATEFUL_SOAP_12
public static final String STATEFUL_SOAP_12
MIME type for a SOAP 1.2 Infoset encoded as a stateful fast infoset document.- See Also:
- Constant Field Values
-
-