src/share/jaxws_classes/javax/xml/soap/SOAPPart.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

*** 62,71 **** --- 62,73 ---- * which in turn contains a <code>SOAPBody</code> object and a * <code>SOAPHeader</code> object. * The <code>SOAPPart</code> method <code>getEnvelope</code> can be used * to retrieve the <code>SOAPEnvelope</code> object. * <P> + * + * @since 1.6 */ public abstract class SOAPPart implements org.w3c.dom.Document, Node { /** * Gets the <code>SOAPEnvelope</code> object associated with this