Package org.opensaml.soap.soap11
Interface FaultCode
-
- All Superinterfaces:
SOAPObject,XMLObject,XSQName
public interface FaultCode extends SOAPObject, XSQName
SOAP 1.1 faultcode.
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCLIENTFaultCode valueClient.static StringDEFAULT_ELEMENT_LOCAL_NAMEElement local name.static QNameDEFAULT_ELEMENT_NAMEDefault element name.static QNameMUST_UNDERSTANDFaultCode valueMustUnderstand.static QNameSERVERFaultCode valueServer.static QNameVERSION_MISMATCHFaultCode 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, 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 Detail
-
DEFAULT_ELEMENT_LOCAL_NAME
static final String DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
- Constant Field Values
-
DEFAULT_ELEMENT_NAME
static final QName DEFAULT_ELEMENT_NAME
Default element name.
-
VERSION_MISMATCH
static final QName VERSION_MISMATCH
FaultCode valueVersionMismatch.
-
MUST_UNDERSTAND
static final QName MUST_UNDERSTAND
FaultCode valueMustUnderstand.
-
SERVER
static final QName SERVER
FaultCode valueServer.
-
CLIENT
static final QName CLIENT
FaultCode valueClient.
-
-