Class XMLMessage


  • public final class XMLMessage
    extends Object
    Author:
    Jitendra Kotamraju
    • Constructor Detail

      • XMLMessage

        public XMLMessage()
    • Method Detail

      • isFastInfoset

        public static boolean isFastInfoset​(String ct)
        Return true if the content uses fast infoset.
      • identifyContentType

        public static int identifyContentType​(ContentType contentType)
      • isXMLType

        protected static boolean isXMLType​(String type)
      • isFastInfosetType

        protected static boolean isFastInfosetType​(String primary,
                                                   String sub)
      • isFastInfosetType

        protected static boolean isFastInfosetType​(String type)
      • getDataSource

        public static javax.activation.DataSource getDataSource​(Message msg,
                                                                WSFeatureList f)
      • createDataSource

        public static javax.activation.DataSource createDataSource​(String contentType,
                                                                   InputStream is)