public interface Soap12Fault extends SoapFault
SoapFault
that exposes SOAP 1.2 functionality. Necessary because SOAP 1.1 differs from
SOAP 1.2 with respect to SOAP Faults.Modifier and Type | Method and Description |
---|---|
void |
addFaultSubcode(QName subcode)
Adds a fault subcode this fault.
|
String |
getFaultNode()
Returns the fault node.
|
String |
getFaultReasonText(Locale locale)
Returns the reason associated with the given language.
|
Iterator<QName> |
getFaultSubcodes()
Returns an iteration over the fault subcodes.
|
void |
setFaultNode(String uri)
Sets the fault node.
|
void |
setFaultReasonText(Locale locale,
String text)
Sets the specified fault reason text.
|
addFaultDetail, getFaultActorOrRole, getFaultCode, getFaultDetail, getFaultStringOrReason, setFaultActorOrRole
addAttribute, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getName, getSource, removeAttribute
Iterator<QName> getFaultSubcodes()
QNames
representing the fault subcodesvoid addFaultSubcode(QName subcode)
subcode
- the qualified name of the subcodeString getFaultNode()
void setFaultNode(String uri)
void setFaultReasonText(Locale locale, String text)
Copyright © 2020 Pivotal Software. All rights reserved.