Searched refs:SOAPExceptionImpl (Results 26 - 27 of 27) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DFault1_1Impl.java50 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
295 throw new SOAPExceptionImpl("Cannot add Detail, Detail already exists");
342 throw new SOAPExceptionImpl("Empty/Null NamespaceURI specified for faultCode \"" + prefix + ":" + faultCode + "\"");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementImpl.java38 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
141 throw new SOAPExceptionImpl(
320 throw new SOAPExceptionImpl(
327 throw new SOAPExceptionImpl("Cannot add a SOAPFault as a child of " + this.getLocalName());
332 throw new SOAPExceptionImpl("Cannot add a Detail as a child of " + this.getLocalName());
339 throw new SOAPExceptionImpl("SOAP Version mismatch encountered when trying to add SOAPFault to SOAPBody");
344 throw new SOAPExceptionImpl("Cannot add SOAPFault as a child of a non-Empty SOAPBody");

Completed in 42 milliseconds

12