Interface XmlResource

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object asSOAP11Message()
      Reads it as SAAJ SOAPMessage in SOAP 1.1 and return it.
      javax.xml.transform.stream.StreamSource asStreamSource()
      Returns this XML as a StreamSource.
      java.lang.String asString()
      Returns this XML as a String literal.
    • Method Detail

      • asStreamSource

        javax.xml.transform.stream.StreamSource asStreamSource()
                                                        throws java.lang.Exception
        Returns this XML as a StreamSource.
        Throws:
        java.lang.Exception
      • asString

        java.lang.String asString()
                           throws java.lang.Exception
        Returns this XML as a String literal.
        Throws:
        java.lang.Exception
      • asSOAP11Message

        java.lang.Object asSOAP11Message()
                                  throws java.lang.Exception
        Reads it as SAAJ SOAPMessage in SOAP 1.1 and return it.
        Throws:
        java.lang.Exception