#include <ISoapFault.hpp>
Public Member Functions | |
virtual const AxisChar * | getCmplxFaultObjectName ()=0 |
virtual void * | getCmplxFaultObject (void *pDZFunct, void *pCreFunct, void *pDelFunct, const AxisChar *pName, const AxisChar *pNamespace)=0 |
virtual const void * | getCmplxFaultObject ()=0 |
virtual const AxisChar * | getSimpleFaultDetail ()=0 |
virtual const AxisChar * | getFaultcode ()=0 |
virtual const AxisChar * | getFaultstring ()=0 |
virtual const AxisChar * | getFaultactor ()=0 |
virtual int | setFaultcode (const AxisChar *sFaultcode)=0 |
virtual int | setFaultstring (const AxisChar *sFaultstring)=0 |
virtual int | setFaultactor (const AxisChar *sFaultactor)=0 |
virtual int | setFaultDetail (const AxisChar *sFaultdetail)=0 |
virtual int | setCmplxFaultObject (const void *pCmplxFaultObject)=0 |
|
Once we know the complex fault name we can pass the information such as the knowledge to deserialize the complex fault by calling this method.
|
|
When a complex fault arrives this method can be used to get the name of that fault. This is useful because once we have the fault name we can pass the information necessary to deserialize it, back to the SoapFault class.
|
|
To retrive the soap fault actor
|
|
To retrive the soap fault code
|
|
To retrive the soap fault string
|
|
To retrive a simple fault detail string
|