|
||||||||||
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 java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name. |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name. |
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type. |
static javax.xml.namespace.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, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.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 |