Lines Matching refs:SOAPFault

43  * <code>MessageFactory</code> instance,  a <code>SOAPFault</code> has
46 public interface SOAPFault extends SOAPBodyElement {
49 * Sets this <code>SOAPFault</code> object with the given fault code.
63 * SOAPFault fault = ...;
80 * Sets this <code>SOAPFault</code> object with the given fault code.
99 * Sets this <code>SOAPFault</code> object with the give fault code.
120 * <code>SOAPFault</code> object as a SAAJ <code>Name</code> object.
138 * <code>SOAPFault</code> object as a <code>QName</code> object.
149 * Gets the Subcodes for this <code>SOAPFault</code> as an iterator over
167 * <code>SOAPFault</code>. Subsequent calls to
180 * <code>SOAPFault</code>. Subcodes, which were introduced in SOAP 1.2, are
195 * Gets the fault code for this <code>SOAPFault</code> object.
204 * Sets this <code>SOAPFault</code> object with the given fault actor.
209 * If this <code>SOAPFault</code> supports SOAP 1.2 then this call is
213 * caused this <code>SOAPFault</code> object
222 * Gets the fault actor for this <code>SOAPFault</code> object.
224 * If this <code>SOAPFault</code> supports SOAP 1.2 then this call is
228 * that caused this <code>SOAPFault</code> object
234 * Sets the fault string for this <code>SOAPFault</code> object
238 * <code>SOAPFault</code> is part of a message that supports SOAP 1.2 then
254 * Sets the fault string for this <code>SOAPFault</code> object
258 * <code>SOAPFault</code> is part of a message that supports SOAP 1.2 then
279 * Gets the fault string for this <code>SOAPFault</code> object.
282 * <code>SOAPFault</code> is part of a message that supports SOAP 1.2 then
300 * Gets the locale of the fault string for this <code>SOAPFault</code>
304 * <code>SOAPFault</code> is part of a message that supports SOAP 1.2 then
323 * Returns true if this <code>SOAPFault</code> has a <code>Detail</code>
327 * @return true if this <code>SOAPFault</code> has a <code>Detail</code>
335 * Returns the optional detail element for this <code>SOAPFault</code>
350 * <code>Detail</code> object for this <code>SOAPFault</code>
360 * <code>SOAPFault</code> object already contains a
387 * this <code>SOAPFault</code>.
432 * SOAPFault fault = ...;
451 * <code>SOAPFault</code> object. The Node element is
466 * this <code>SOAPFault</code> object. The Node element
470 * Node for this <code>SOAPFault</code> object.
481 * <code>SOAPFault</code> object. The Role element is
496 * this <code>SOAPFault</code> object. The Role element
502 * Role for this <code>SOAPFault</code> object.