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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java53 * SOAPPartImpl is the first attachment. This contains the XML/SOAP document.
57 public abstract class SOAPPartImpl extends SOAPPart implements SOAPDocument { class in inherits:SOAPPart,SOAPDocument
86 protected SOAPPartImpl() { method in class:SOAPPartImpl
90 protected SOAPPartImpl(MessageImpl message) { method in class:SOAPPartImpl
102 protected abstract SOAPPartImpl duplicateType();
369 public SOAPPartImpl getSOAPPart() {
485 protected SOAPPartImpl doCloneNode() {
487 SOAPPartImpl newSoapPart = duplicateType();

Completed in 33 milliseconds