Package org.opensaml.soap.soap11
Interface FaultCode
- All Superinterfaces:
SOAPObject,XMLObject,XSQName
- All Known Implementing Classes:
FaultCodeImpl
SOAP 1.1 faultcode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameFaultCode valueClient.static final StringElement local name.static final QNameDefault element name.static final QNameFaultCode valueMustUnderstand.static final QNameFaultCode valueServer.static final QNameFaultCode valueVersionMismatch.Fields inherited from interface org.opensaml.core.xml.schema.XSQName
TYPE_LOCAL_NAME, TYPE_NAME -
Method Summary
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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. -
VERSION_MISMATCH
FaultCode valueVersionMismatch. -
MUST_UNDERSTAND
FaultCode valueMustUnderstand. -
SERVER
FaultCode valueServer. -
CLIENT
FaultCode valueClient.
-