org.opensaml.ws.soap.soap11
Interface Fault

All Superinterfaces:
SOAPObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject
All Known Implementing Classes:
FaultImpl

public interface Fault
extends SOAPObject

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

DEFAULT_ELEMENT_LOCAL_NAME

static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
Element local name.

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
Default element name.


TYPE_LOCAL_NAME

static final java.lang.String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final javax.xml.namespace.QName TYPE_NAME
QName of the XSI type.

Method Detail

getCode

FaultCode getCode()
Gets the fault code for this fault.

Returns:
the fault code for this fault

setCode

void setCode(FaultCode newFaultCode)
Sets the fault code for this fault.

Parameters:
newFaultCode - the fault code for this fault

getMessage

FaultString getMessage()
Gets the fault string for this fault.

Returns:
the fault string for this fault

setMessage

void setMessage(FaultString newMessage)
Sets the fault string for this fault.

Parameters:
newMessage - the fault string for this fault

getActor

FaultActor getActor()
Gets the URI of the fault actor for this fault.

Returns:
the URI of the fault actor for this fault

setActor

void setActor(FaultActor newActor)
Sets the URI of the fault actor for this fault.

Parameters:
newActor - the URI of the fault actor for this fault

getDetail

Detail getDetail()
Gets details of this fault.

Returns:
details of this fault

setDetail

void setDetail(Detail newDetail)
Sets details of this fault.

Parameters:
newDetail - details of this fault


Copyright © 2006-2009 Internet2. All Rights Reserved.