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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DBodyElementImpl.java50 public void setParentElement(SOAPElement element) throws SOAPException { method in class:BodyElementImpl
55 super.setParentElement(element);
H A DHeaderElementImpl.java61 public void setParentElement(SOAPElement element) throws SOAPException { method in class:HeaderElementImpl
67 super.setParentElement(element);
H A DCDATAImpl.java60 public void setParentElement(SOAPElement parent) throws SOAPException { method in class:CDATAImpl
63 throw new SOAPException("Cannot pass NULL to setParentElement");
H A DTextImpl.java57 public void setParentElement(SOAPElement parent) throws SOAPException { method in class:TextImpl
60 throw new SOAPException("Cannot pass NULL to setParentElement");
H A DCommentImpl.java64 public void setParentElement(SOAPElement element) throws SOAPException { method in class:CommentImpl
67 throw new SOAPException("Cannot pass NULL to setParentElement");
H A DBodyImpl.java177 public void setParentElement(SOAPElement element) throws SOAPException { method in class:BodyImpl
183 super.setParentElement(element);
H A DHeaderImpl.java179 public void setParentElement(SOAPElement element) throws SOAPException { method in class:HeaderImpl
184 super.setParentElement(element);
H A DElementImpl.java886 public void setParentElement(SOAPElement element) throws SOAPException { method in class:ElementImpl
889 throw new SOAPException("Cannot pass NULL to setParentElement");
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DNode.java79 public void setParentElement(SOAPElement parent) throws SOAPException; method in interface:Node
92 * @see #setParentElement
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java798 public void setParentElement(SOAPElement parent) throws SOAPException { method in class:SOAPPartImpl

Completed in 40 milliseconds