SWS-195
This commit is contained in:
@@ -44,17 +44,17 @@ public interface SoapFault extends SoapElement {
|
||||
/** Sets the fault actor. For SOAP 1.1, this sets the actor. For SOAP 1.2, this sets the role. */
|
||||
void setFaultActorOrRole(String faultActor);
|
||||
|
||||
/**
|
||||
* Creates an optional <code>SoapFaultDetail</code> object and assigns it to this fault.
|
||||
*
|
||||
* @return the created detail
|
||||
*/
|
||||
SoapFaultDetail getFaultDetail();
|
||||
|
||||
/**
|
||||
* Returns the optional detail element for this <code>SoapFault</code>.
|
||||
*
|
||||
* @return a fault detail
|
||||
*/
|
||||
SoapFaultDetail getFaultDetail();
|
||||
|
||||
/**
|
||||
* Creates an optional <code>SoapFaultDetail</code> object and assigns it to this fault.
|
||||
*
|
||||
* @return the created detail
|
||||
*/
|
||||
SoapFaultDetail addFaultDetail();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user