public interface FaultDetail
Modifier and Type | Method and Description |
---|---|
FaultDetailEntry |
addDetailEntry(int detail)
Adds the given XML as detail entry.
|
FaultDetailEntry |
addDetailEntry(javax.xml.namespace.QName name,
IStringResource detailString,
java.lang.Object... arguments)
Adds the given string resource as detail entry.
|
FaultDetailEntry |
addDetailEntry(java.lang.Throwable exception)
Adds the given exception as detail entry.
|
java.util.Iterator<FaultDetailEntry> |
getDetailEntries() |
FaultDetailEntry addDetailEntry(int detail)
detail
- The detail XML nodeFaultDetailEntry addDetailEntry(javax.xml.namespace.QName name, IStringResource detailString, java.lang.Object... arguments)
name
- Qualified name of the detail entry being addeddetailString
- The detail string to addarguments
- The runtime arguments to be passed to the detailStringFaultDetailEntry addDetailEntry(java.lang.Throwable exception)
exception
- The exception to addjava.util.Iterator<FaultDetailEntry> getDetailEntries()