|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Fault
SOAP 1.1 Fault.
Field Summary | |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name. |
static QName |
DEFAULT_ELEMENT_NAME
Default element name. |
static String |
TYPE_LOCAL_NAME
Local name of the XSI type. |
static QName |
TYPE_NAME
QName of the XSI type. |
Method Summary | |
---|---|
FaultActor |
getActor()
Gets the URI of the fault actor for this fault. |
FaultCode |
getCode()
Gets the fault code for this fault. |
Detail |
getDetail()
Gets details of this fault. |
FaultString |
getMessage()
Gets the fault string for this fault. |
void |
setActor(FaultActor newActor)
Sets the URI of the fault actor for this fault. |
void |
setCode(FaultCode newFaultCode)
Sets the fault code for this fault. |
void |
setDetail(Detail newDetail)
Sets details of this fault. |
void |
setMessage(FaultString newMessage)
Sets the fault string for this fault. |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
Method Detail |
---|
FaultCode getCode()
void setCode(FaultCode newFaultCode)
newFaultCode
- the fault code for this faultFaultString getMessage()
void setMessage(FaultString newMessage)
newMessage
- the fault string for this faultFaultActor getActor()
void setActor(FaultActor newActor)
newActor
- the URI of the fault actor for this faultDetail getDetail()
void setDetail(Detail newDetail)
newDetail
- details of this fault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |