Package org.opensaml.soap.soap11
Interface Fault
- All Superinterfaces:
SOAPObject
,XMLObject
- All Known Implementing Classes:
FaultImpl
SOAP 1.1 Fault.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetActor()
Gets the URI of the fault actor for this fault.getCode()
Gets the fault code for this fault.Gets details of this fault.Gets the fault string for this fault.void
setActor
(FaultActor newActor) Sets the URI of the fault actor for this fault.void
Sets the fault code for this fault.void
Sets details of this fault.void
setMessage
(FaultString newMessage) Sets the fault string for this fault.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getCode
Gets the fault code for this fault.- Returns:
- the fault code for this fault
-
setCode
Sets the fault code for this fault.- Parameters:
newFaultCode
- the fault code for this fault
-
getMessage
Gets the fault string for this fault.- Returns:
- the fault string for this fault
-
setMessage
Sets the fault string for this fault.- Parameters:
newMessage
- the fault string for this fault
-
getActor
Gets the URI of the fault actor for this fault.- Returns:
- the URI of the fault actor for this fault
-
setActor
Sets the URI of the fault actor for this fault.- Parameters:
newActor
- the URI of the fault actor for this fault
-
getDetail
Gets details of this fault.- Returns:
- details of this fault
-
setDetail
Sets details of this fault.- Parameters:
newDetail
- details of this fault
-