|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjimm.twice.ice.xml.Message
jimm.twice.ice.xml.Fault
A fault records an error id and optional message. The XML returned by
toString
is a SOAP fault which contains an ICE fault.
Field Summary |
Fields inherited from class jimm.twice.ice.xml.Message |
node |
Constructor Summary | |
Fault(IceFault fault)
Constructor. |
Method Summary | |
protected void |
addCode()
Add the SOAP fault code. |
protected void |
addDetail(IceFault fault)
Add the SOAP fault detail, which contains the ICE fault. |
protected void |
addReason(IceFault fault)
Add the SOAP fault reason. |
Methods inherited from class jimm.twice.ice.xml.Message |
addChild, addChild, addChild, getAttribute, getNode, getTag, setAttribute, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Fault(IceFault fault)
fault
- the ICE faultMethod Detail |
protected void addCode()
protected void addReason(IceFault fault)
fault
- the ICE faultprotected void addDetail(IceFault fault)
fault
- the ICE fault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |