API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.soap. SAAJResult View Source
Author(s)
XWS-Security Development Team
Since
SAAJ 1.3
Version
Serial
Hierarchy
 Object
      DOMResult
          SAAJResult
Implements
Subclasses
Description
public class SAAJResult
  Acts as a holder for the results of a JAXP transformation or a JAXB marshalling, in the form of a SAAJ tree.
See also:   
Constructors
public SAAJResult () throws SOAPException
  Creates a SAAJResult that will present results in the form of a SAAJ tree that supports the default (SOAP 1.1) protocol.
public SAAJResult (SOAPElement rootNode)
  Creates a SAAJResult that will write the results as a child node of the SOAPElement specified.
public SAAJResult (SOAPMessage message)
  Creates a SAAJResult that will write the results into the SOAPPart of the supplied SOAPMessage.
public SAAJResult (String protocol) throws SOAPException
  Creates a SAAJResult that will present results in the form of a SAAJ tree that supports the specified protocol.
Methods
Hide/Show inherited methods
public Node getNextSibling () [Inherited From DOMResult]
  Get the child node before which the result nodes will be inserted.
public Node getNode () [Inherited From DOMResult]
  Get the node that will contain the result DOM tree.
public Node getResult ()
 
public String getSystemId () [Inherited From DOMResult]
  Get the System Identifier.
public void setNextSibling (Node nextSibling) [Inherited From DOMResult]
  Set the child node before which the result nodes will be inserted.
public void setNode (Node node) [Inherited From DOMResult]
  Set the node that will contain the result DOM tree.
public void setSystemId (String systemId) [Inherited From DOMResult]
  Set the systemId that may be used in association with the node.
Fields
Hide/Show inherited fields
publicfinalstatic String FEATURE = "http://javax.xml.transform.dom.DOMResult/feature" [Inherited From DOMResult]
  If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Result output of this type.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar