#include <ISoapFault.hpp>
Public Member Functions | |
virtual string | getCmplxFaultObjectName ()=0 |
virtual void * | getCmplxFaultObject (void *pDZFunct, void *pCreFunct, void *pDelFunct, const AxisChar *pName, const AxisChar *pNamespace)=0 |
virtual const void * | getCmplxFaultObject ()=0 |
virtual string | getSimpleFaultDetail ()=0 |
virtual string | getFaultcode ()=0 |
virtual string | getFaultstring ()=0 |
virtual string | getFaultactor ()=0 |
virtual int | setFaultcode (const string &sFaultcode)=0 |
virtual int | setFaultstring (const string &sFaultstring)=0 |
virtual int | setFaultactor (const string &sFaultactor)=0 |
virtual int | setFaultDetail (const string &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
|