Class FastInfosetMIMETypes


  • public final class FastInfosetMIMETypes
    extends Object
    MIME types for Infosets encoded as fast infoset documents.
    Author:
    Paul.Sandoz@Sun.Com
    • 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()