|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.ws.soap.soap11.impl.FaultImpl
public class FaultImpl
Concrete implemenation of Fault
.
Field Summary |
---|
Fields inherited from interface org.opensaml.ws.soap.soap11.Fault |
---|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
Constructor Summary | |
---|---|
protected |
FaultImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
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. |
List<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
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 class org.opensaml.xml.validation.AbstractValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
Methods inherited from class org.opensaml.xml.AbstractXMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Constructor Detail |
---|
protected FaultImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI
- namespace of the elementelementLocalName
- name of the elementnamespacePrefix
- namespace prefix of the elementMethod Detail |
---|
public FaultCode getCode()
getCode
in interface Fault
public void setCode(FaultCode newFaultCode)
setCode
in interface Fault
newFaultCode
- the fault code for this faultpublic FaultString getMessage()
getMessage
in interface Fault
public void setMessage(FaultString newMessage)
setMessage
in interface Fault
newMessage
- the fault string for this faultpublic FaultActor getActor()
getActor
in interface Fault
public void setActor(FaultActor newActor)
setActor
in interface Fault
newActor
- the URI of the fault actor for this faultpublic Detail getDetail()
getDetail
in interface Fault
public void setDetail(Detail newDetail)
setDetail
in interface Fault
newDetail
- details of this faultpublic List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren
in interface org.opensaml.xml.XMLObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |