#include <SoapDeSerializer.h>
Inheritance diagram for SoapDeSerializer:
Public Methods | |
int | GetVersion () |
const AxisChar * | GetMethodName () |
int | Init () |
IParam * | GetParam () |
int | Deserialize (IParam *pIParam, int bHref) |
SoapFault * | GetFault () |
SoapMethod * | GetMethod () |
SoapBody * | GetBody () |
ISoapHeader * | GetHeader () |
SoapEnvelope * | GetEnvelope () |
int | SetInputStream (const Ax_soapstream *pInputStream) |
SoapDeSerializer () | |
virtual | ~SoapDeSerializer () |
Axis_Array | GetArray (void *pDZFunct, void *pCreFunct, void *pDelFunct, void *pSizeFunct, const AxisChar *pchTypeName, const AxisChar *pchURI) |
Axis_Array | GetArray (XSDTYPE nType) |
int | GetArraySize () |
int | GetArray (Axis_Array *pArray, XSDTYPE nType) |
void * | GetObject (void *pDZFunct, void *pCreFunct, void *pDelFunct, const AxisChar *pchTypeName, const AxisChar *pchURI) |
int | GetInt () |
unsigned int | GetUnsignedInt () |
short | GetShort () |
unsigned short | GetUnsignedShort () |
char | GetByte () |
unsigned char | GetUnsignedByte () |
long | GetLong () |
long | GetInteger () |
unsigned long | GetUnsignedLong () |
float | GetFloat () |
double | GetDouble () |
double | GetDecimal () |
const AxisChar * | GetString () |
const AxisChar * | GetAnyURI () |
const AxisChar * | GetQName () |
const AxisChar * | GetHexString () |
const AxisChar * | GetBase64String () |
tm | GetDateTime () |
tm | GetDate () |
tm | GetTime () |
long | GetDuration () |
void * | CreateArray (XSDTYPE nType, int nSize) |
void | DeleteArray (Axis_Array *pArray, XSDTYPE nType) |
int | GetStatus () |
|
Method used by wrappers to get a deserialized Array of basic types Implements IWrapperSoapDeSerializer. |
|
Method used by wrappers to get a deserialized Array of complex types Implements IWrapperSoapDeSerializer. |
|
return a tm struct which contain year-month-date-hour- minute-second Implements IWrapperSoapDeSerializer. |
|
return a tm struct which contain years-months-dates-hours- minutes-seconds which represents a duration Implements IWrapperSoapDeSerializer. |
|
Method used by wrappers to get a deserialized single object of complex type Implements IWrapperSoapDeSerializer. |