Class AbstractXmlResource

    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractXmlResource

        public AbstractXmlResource()
    • Method Detail

      • asStreamSource

        public javax.xml.transform.stream.StreamSource asStreamSource()
                                                               throws java.lang.Exception
        Description copied from interface: XmlResource
        Returns this XML as a StreamSource.
        Specified by:
        asStreamSource in interface XmlResource
        Throws:
        java.lang.Exception
      • asSOAP11Message

        public java.lang.Object asSOAP11Message()
                                         throws java.lang.Exception
        Description copied from interface: XmlResource
        Reads it as SAAJ SOAPMessage in SOAP 1.1 and return it.
        Specified by:
        asSOAP11Message in interface XmlResource
        Throws:
        java.lang.Exception