Class XMLMessage

java.lang.Object
com.sun.xml.ws.encoding.xml.XMLMessage

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

    • XMLMessage

      public XMLMessage()
  • Method Details

    • create

      public static Message create(String ct, InputStream in, WSFeatureList f)
    • create

      public static Message create(Source source)
    • create

      public static Message create(jakarta.activation.DataSource ds, WSFeatureList f)
    • create

      public static Message create(Exception e)
    • 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(@NotNull String primary, @NotNull String sub)
    • 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 jakarta.activation.DataSource getDataSource(Message msg, WSFeatureList f)
    • createDataSource

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