Creates a SAAJResult
that will present results in the form
of a SAAJ tree that supports the default (SOAP 1.1) protocol.
This kind of SAAJResult
is meant for use in situations where the
results will be used as a parameter to a method that takes a parameter
whose type, such as SOAPElement
, is drawn from the SAAJ
API. When used in a transformation, the results are populated into the
SOAPPart
of a SOAPMessage
that is created internally.
The SOAPPart
returned by {@link DOMResult#getNode()}
is not guaranteed to be well-formed.
this(MessageFactory.newInstance().createMessage());