public final class FastInfosetMIMETypes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INFOSET
MIME type for a generic Infoset encoded as a fast infoset document.
|
static String |
SOAP_11
MIME type for a SOAP 1.1 Infoset encoded as a fast infoset document.
|
static String |
SOAP_12
MIME type for a SOAP 1.2 Infoset encoded as a fast infoset document.
|
static String |
STATEFUL_INFOSET
MIME type for a generic Infoset encoded as a stateful fast infoset document.
|
static String |
STATEFUL_SOAP_11
MIME type for a SOAP 1.1 Infoset encoded as a stateful fast infoset document.
|
static String |
STATEFUL_SOAP_12
MIME type for a SOAP 1.2 Infoset encoded as a stateful fast infoset document.
|
Constructor and Description |
---|
FastInfosetMIMETypes() |
public static final String INFOSET
public static final String SOAP_11
public static final String SOAP_12
public static final String STATEFUL_INFOSET
public static final String STATEFUL_SOAP_11
public static final String STATEFUL_SOAP_12
Copyright © 2015 Oracle Corporation. All rights reserved.