Searched refs:SAAJResult (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSAAJResult.java40 public class SAAJResult extends DOMResult { class in inherits:DOMResult
43 * Creates a <code>SAAJResult</code> that will present results in the form
46 * This kind of <code>SAAJResult</code> is meant for use in situations where the
58 public SAAJResult() throws SOAPException { method in class:SAAJResult
63 * Creates a <code>SAAJResult</code> that will present results in the form
68 * This kind of <code>SAAJResult</code> is meant for use in situations where the
84 public SAAJResult(String protocol) throws SOAPException { method in class:SAAJResult
89 * Creates a <code>SAAJResult</code> that will write the results into the
104 public SAAJResult(SOAPMessage message) { method in class:SAAJResult
109 * Creates a <code>SAAJResult</cod
121 public SAAJResult(SOAPElement rootNode) { method in class:SAAJResult
[all...]

Completed in 34 milliseconds