com.sun.xml.ws.encoding.fastinfoset
Class FastInfosetMIMETypes

java.lang.Object
  extended by com.sun.xml.ws.encoding.fastinfoset.FastInfosetMIMETypes

public final class FastInfosetMIMETypes
extends Object

MIME types for Infosets encoded as fast infoset documents.


Field Summary
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 Summary
FastInfosetMIMETypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

FastInfosetMIMETypes

public FastInfosetMIMETypes()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.