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

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPVersionMismatchException.java28 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
30 public class SOAPVersionMismatchException extends SOAPExceptionImpl {
32 * Constructs a <code>SOAPExceptionImpl</code> object with no
40 * Constructs a <code>SOAPExceptionImpl</code> object with the given
50 * Constructs a <code>SOAPExceptionImpl</code> object with the given
57 * be embedded in this <code>SOAPExceptionImpl</code> object
64 * Constructs a <code>SOAPExceptionImpl</code> object initialized
H A DSOAPIOException.java38 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
41 SOAPExceptionImpl soapException;
45 soapException = new SOAPExceptionImpl();
51 soapException = new SOAPExceptionImpl(s);
57 soapException = new SOAPExceptionImpl(reason, cause);
63 soapException = new SOAPExceptionImpl(cause);
H A DEnvelopeFactory.java41 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
72 throw new SOAPExceptionImpl(ioe);
79 throw new SOAPExceptionImpl(
92 throw new SOAPExceptionImpl(
112 throw new SOAPExceptionImpl(
H A DAttachmentPartImpl.java28 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
105 throw new SOAPExceptionImpl("Default CommandMap is not a MailcapCommandMap");
160 throw new SOAPExceptionImpl("Raw InputStream Error: " + ex);
171 throw new SOAPExceptionImpl("Data handler error: " + ex);
198 throw new SOAPExceptionImpl("No data handler/content associated with this attachment");
202 throw new SOAPExceptionImpl(ex.getLocalizedMessage());
245 throw new SOAPExceptionImpl("No data handler associated with this attachment");
344 throw new SOAPExceptionImpl("Unable to externalize attachment", ex);
360 throw new SOAPExceptionImpl("Unable to copy MIME header", ex);
377 throw new SOAPExceptionImpl(
[all...]
H A DMessageFactoryImpl.java35 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
93 throw new SOAPExceptionImpl("Unrecognized Content-Type");
97 throw new SOAPExceptionImpl(
H A DMessageImpl.java44 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
299 throws SOAPExceptionImpl {
304 private static ContentType parseContentType(MimeHeaders headers) throws SOAPExceptionImpl {
310 throw new SOAPExceptionImpl("Cannot create message: " +
316 throw new SOAPExceptionImpl("Absent Content-Type");
322 throw new SOAPExceptionImpl("Unable to internalize message", ex);
339 protected MessageImpl(MimeHeaders headers, final ContentType contentType, int stat, final InputStream in) throws SOAPExceptionImpl {
344 private void init(MimeHeaders headers, int stat, final ContentType contentType, final InputStream in) throws SOAPExceptionImpl {
484 throw new SOAPExceptionImpl(e);
504 throw new SOAPExceptionImpl(
[all...]
H A DSOAPPartImpl.java43 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
142 throw new SOAPExceptionImpl("Unable to create envelope: incorrect factory used during tree construction");
154 throw new SOAPExceptionImpl(
235 throw new SOAPExceptionImpl("Source does not have a valid Reader or InputStream");
266 throw new SOAPExceptionImpl(
335 throw new SOAPExceptionImpl("Unable to externalize header", ex);
631 throw new SOAPExceptionImpl(
650 throw new SOAPExceptionImpl(
800 throw new SOAPExceptionImpl("The parent element of a soap part is not defined");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/
H A DSOAPExceptionImpl.java35 * <code>SOAPExceptionImpl</code> object may contain a <code>String</code>
41 * <P> Typical reasons for throwing a <code>SOAPExceptionImpl</code>
48 public class SOAPExceptionImpl extends SOAPException { class in inherits:SOAPException
52 * Constructs a <code>SOAPExceptionImpl</code> object with no
55 public SOAPExceptionImpl() { method in class:SOAPExceptionImpl
61 * Constructs a <code>SOAPExceptionImpl</code> object with the given
66 public SOAPExceptionImpl(String reason) { method in class:SOAPExceptionImpl
72 * Constructs a <code>SOAPExceptionImpl</code> object with the given
79 * be embedded in this <code>SOAPExceptionImpl</code> object
81 public SOAPExceptionImpl(Strin method in class:SOAPExceptionImpl
90 public SOAPExceptionImpl(Throwable cause) { method in class:SOAPExceptionImpl
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DBody1_2Impl.java40 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
78 throw new SOAPExceptionImpl(
90 throw new SOAPExceptionImpl("encodingStyle attribute cannot appear on Body");
137 throw new SOAPExceptionImpl(
146 throw new SOAPExceptionImpl(
155 throw new SOAPExceptionImpl(
164 throw new SOAPExceptionImpl(
173 throw new SOAPExceptionImpl(
182 throw new SOAPExceptionImpl(
H A DMessage1_2Impl.java37 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
57 throws IOException, SOAPExceptionImpl {
62 throws SOAPExceptionImpl {
H A DEnvelope1_2Impl.java38 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
80 throw new SOAPExceptionImpl("encodingStyle attribute cannot appear on Envelope");
114 throw new SOAPExceptionImpl(
124 throw new SOAPExceptionImpl(
145 throw new SOAPExceptionImpl("Adding text to SOAP 1.2 Envelope is not legal");
H A DSOAPMessageFactory1_2Impl.java37 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
54 throws IOException, SOAPExceptionImpl {
H A DHeader1_2Impl.java40 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
108 throw new SOAPExceptionImpl("Adding text to SOAP 1.2 Header is not legal");
116 throw new SOAPExceptionImpl("SOAP 1.2 header elements must be namespace qualified");
128 throw new SOAPExceptionImpl("SOAP 1.2 header elements must be namespace qualified");
137 throw new SOAPExceptionImpl("encodingStyle attribute cannot appear on Header");
H A DFault1_2Impl.java39 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
131 throw new SOAPExceptionImpl(qname + " is not a standard Code value");
155 throw new SOAPExceptionImpl("\"xml:lang\" attribute is not present on the Text element");
161 throw new SOAPExceptionImpl("env:Text must be present inside env:Reason");
244 throw new SOAPExceptionImpl("\"xml:lang\" attribute is not present on the Text element");
250 throw new SOAPExceptionImpl("env:Text elements with mandatory xml:lang attributes must be present inside env:Reason");
277 throw new SOAPExceptionImpl("\"xml:lang\" attribute is not present on the Text element");
397 throw new SOAPExceptionImpl("A Subcode must be namespace-qualified");
480 throw new SOAPExceptionImpl("encodingStyle attribute cannot appear on Fault");
506 throw new SOAPExceptionImpl("Addin
[all...]
H A DDetail1_2Impl.java37 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
75 throw new SOAPExceptionImpl("EncodingStyle attribute cannot appear in Detail");
H A DFaultElement1_2Impl.java40 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
79 throw new SOAPExceptionImpl("encodingStyle attribute cannot appear on a Fault child element");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/dynamic/
H A DSOAPMessageFactoryDynamicImpl.java37 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DMessage1_1Impl.java39 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
64 throws IOException, SOAPExceptionImpl {
69 throws SOAPExceptionImpl {
H A DSOAPMessageFactory1_1Impl.java37 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
54 throws IOException, SOAPExceptionImpl {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/client/p2p/
H A DHttpSOAPConnection.java39 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
77 throw new SOAPExceptionImpl("Unable to create message factory", ex);
84 throw new SOAPExceptionImpl("Connection already closed");
95 throw new SOAPExceptionImpl("Connection is closed");
121 throw new SOAPExceptionImpl(
128 throw new SOAPExceptionImpl("Bad URL: " + mex.getMessage());
138 throw new SOAPExceptionImpl("Bad URL: " + mex.getMessage());
148 throw new SOAPExceptionImpl(ex);
151 throw new SOAPExceptionImpl("Bad endPoint type " + endPoint);
257 throw new SOAPExceptionImpl(
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DEnvelopeImpl.java43 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
113 throw new SOAPExceptionImpl("Can't add a header when one is already present.");
116 throw new SOAPExceptionImpl("First child of Envelope must be either a Header or Body");
164 throw new SOAPExceptionImpl("Can't add a body when one is already present.");
210 throw new SOAPExceptionImpl("Cannot declare reserved xmlns prefix");
215 throw new SOAPExceptionImpl("Qualified name cannot be xmlns");
229 throw new SOAPExceptionImpl(
H A DFaultImpl.java36 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
119 throw new SOAPExceptionImpl("Empty/Null NamespaceURI specified for faultCode \"" + prefix + ":" + faultCode + "\"");
187 throw new SOAPExceptionImpl("Error: Detail already exists");
257 throw new SOAPExceptionImpl("Error: Faultcode already exists");
270 throw new SOAPExceptionImpl("Error: Faultstring already exists");
283 throw new SOAPExceptionImpl("Error: Faultactor already exists");
H A DHeaderImpl.java36 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
73 throw new SOAPExceptionImpl("HeaderElements must be namespace qualified");
96 throw new SOAPExceptionImpl("HeaderElements must be namespace qualified");
198 throw new SOAPExceptionImpl("HeaderElements must be namespace qualified");
H A DBodyImpl.java39 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
66 throw new SOAPExceptionImpl("Error: Fault already exists");
316 throw new SOAPExceptionImpl(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DRejectDoctypeSaxFilter.java37 import com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl;
76 throw new SOAPExceptionImpl(
86 throw new SOAPExceptionImpl(

Completed in 74 milliseconds

12