Searched defs:SOAPMessage (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPMessage.java39 * A <code>SOAPMessage</code> object consists of a SOAP part and optionally
40 * one or more attachment parts. The SOAP part for a <code>SOAPMessage</code>
46 * A new <code>SOAPMessage</code> object contains the following by default:
53 * The SOAP part of a message can be retrieved by calling the method <code>SOAPMessage.getSOAPPart()</code>.
66 * In addition to the mandatory <code>SOAPPart</code> object, a <code>SOAPMessage</code>
68 * of which contains application-specific data. The <code>SOAPMessage</code>
70 * objects and also for adding them to a <code>SOAPMessage</code> object. A
71 * party that has received a <code>SOAPMessage</code> object can examine its
79 * A <code>MessageFactory</code> object may create <code>SOAPMessage</code>
82 * may produce <code>SOAPMessage</cod
104 public abstract class SOAPMessage { class
[all...]

Completed in 830 milliseconds