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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DFaultElement1_1Impl.java40 public class FaultElement1_1Impl extends FaultElementImpl { class in inherits:FaultElementImpl
42 public FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, NameImpl qname) { method in class:FaultElement1_1Impl
46 public FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, QName qname) { method in class:FaultElement1_1Impl
50 public FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, method in class:FaultElement1_1Impl
55 public FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, method in class:FaultElement1_1Impl
74 FaultElement1_1Impl copy =
75 new FaultElement1_1Impl((SOAPDocumentImpl) getOwnerDocument(), newName);

Completed in 29 milliseconds