Class MimeTypeConstants
- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.util.MimeTypeConstants
-
public final class MimeTypeConstants extends Object
- Author:
- Alexey Stashok
-
-
Field Summary
Fields Modifier and Type Field Description static StringFAST_INFOSET_SOAP11static StringFAST_INFOSET_SOAP12static StringFAST_INFOSET_STATEFUL_SOAP11static StringFAST_INFOSET_STATEFUL_SOAP12static StringMTOMstatic StringSOAP11static StringSOAP12
-
Constructor Summary
Constructors Constructor Description MimeTypeConstants()
-
-
-
Field Detail
-
SOAP11
public static final String SOAP11
- See Also:
- Constant Field Values
-
SOAP12
public static final String SOAP12
- See Also:
- Constant Field Values
-
MTOM
public static final String MTOM
- See Also:
- Constant Field Values
-
FAST_INFOSET_SOAP11
public static final String FAST_INFOSET_SOAP11
- See Also:
- Constant Field Values
-
FAST_INFOSET_SOAP12
public static final String FAST_INFOSET_SOAP12
- See Also:
- Constant Field Values
-
FAST_INFOSET_STATEFUL_SOAP11
public static final String FAST_INFOSET_STATEFUL_SOAP11
- See Also:
- Constant Field Values
-
FAST_INFOSET_STATEFUL_SOAP12
public static final String FAST_INFOSET_STATEFUL_SOAP12
- See Also:
- Constant Field Values
-
-