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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DBodyImpl.java52 protected BodyImpl(SOAPDocumentImpl ownerDoc, NameImpl bodyName) { argument
53 super(ownerDoc, bodyName);
H A DEnvelopeImpl.java103 NameImpl bodyName = getBodyName(prefix);
114 } else if (!firstChild.getElementName().equals(bodyName)) {
140 NameImpl bodyName = getBodyName(null);
142 BodyImpl bodyChildElement = (BodyImpl) findChild(bodyName);
158 NameImpl bodyName = getBodyName(prefix);
159 body = (BodyImpl) createElement(bodyName);
161 body.ensureNamespaceIsDeclared(bodyName.getPrefix(), bodyName.getURI());

Completed in 70 milliseconds