public interface Fault extends SOAPObject
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
@Nullable FaultCode getCode()
void setCode(@Nullable FaultCode newFaultCode)
newFaultCode
- the fault code for this fault@Nullable FaultString getMessage()
void setMessage(@Nullable FaultString newMessage)
newMessage
- the fault string for this fault@Nullable FaultActor getActor()
void setActor(@Nullable FaultActor newActor)
newActor
- the URI of the fault actor for this faultCopyright © 2016 JBoss by Red Hat. All rights reserved.