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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DFaultElement1_2Impl.java42 public class FaultElement1_2Impl extends FaultElementImpl { class in inherits:FaultElementImpl
44 public FaultElement1_2Impl(SOAPDocumentImpl ownerDoc, NameImpl qname) { method in class:FaultElement1_2Impl
48 public FaultElement1_2Impl(SOAPDocumentImpl ownerDoc, QName qname) { method in class:FaultElement1_2Impl
52 public FaultElement1_2Impl(SOAPDocumentImpl ownerDoc, String localName) { method in class:FaultElement1_2Impl
69 FaultElement1_2Impl copy =
70 new FaultElement1_2Impl((SOAPDocumentImpl) getOwnerDocument(), newName);

Completed in 32 milliseconds