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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPDocumentImpl.java48 SOAPPartImpl enclosingSOAPPart; field in class:SOAPDocumentImpl
51 this.enclosingSOAPPart = enclosingDocument;
67 if (enclosingSOAPPart == null) {
71 return enclosingSOAPPart;

Completed in 30 milliseconds