getResult()
method. The DOMResult#getNode()
method should be avoided in almost all cases.
Access | Constructor and Description |
---|---|
public | SAAJResult()
Creates a |
public | SAAJResult(String
the name of the SOAP protocol that the resulting SAAJ
tree should support protocol)Creates a |
public | SAAJResult(SOAPMessage
the message whose message)SOAPPart will be
populated as a result of some transformation or
marshalling operationCreates a |
public | SAAJResult(SOAPElement
the root to which the results will be appended rootNode)Creates a |
Modifier and Type | Method and Description |
---|---|
public Node |
SAAJResult | back to summary |
---|---|
public SAAJResult() throws SOAPException Creates a
This kind of
|
SAAJResult | back to summary |
---|---|
public SAAJResult(String protocol) throws SOAPException Creates a
This kind of
|
SAAJResult | back to summary |
---|---|
public SAAJResult(SOAPMessage message) Creates a
|
SAAJResult | back to summary |
---|---|
public SAAJResult(SOAPElement rootNode) Creates a
|
getResult | back to summary |
---|---|
public Node getResult()
|