#include <SoapSerializer.h>
Inheritance diagram for SoapSerializer:
Public Methods | |
const AxisChar *AXISCALL | getNamespacePrefix (const AxisChar *pNamespace) |
const AxisChar *AXISCALL | getNamespacePrefix (const AxisChar *pNamespace, bool &blnIsNewPrefix) |
int | setSoapVersion (SOAP_VERSION) |
int | setSoapHeader (SoapHeader *pSoapHeader) |
IHeaderBlock * | createHeaderBlock () |
IHeaderBlock * | getHeaderBlock (const AxisChar *pcName, const AxisChar *pcNamespace) |
IHeaderBlock * | getHeaderBlock () |
IHeaderBlock * | createHeaderBlock (AxisChar *pachLocalName, AxisChar *pachUri) |
int AXISCALL | addHeaderBlock (IHeaderBlock *pBlk) |
int AXISCALL | setBodyAsHexBinary (xsd__hexBinary body) |
int AXISCALL | setBodyAsBase64Binary (xsd__base64Binary body) |
const AxisChar *AXISCALL | getBodyAsString () |
|
Adds the given Header Block to the Serialzer.
Implements IHandlerSoapSerializer. |
|
Will create a Header Block using the given local name and the namespace uri, and adds it to the Serializer.
Implements IHandlerSoapSerializer. |
|
Will create a Header Block and adds it to the Serializer.
Implements IHandlerSoapSerializer. |
|
Gets the Header Block. After returning the Header Block pointer, it will not be removed from the available Header Block list of the Serializer.The caller of this method should not delete the returned pointer object. Implements IHandlerSoapSerializer. |
|
Gets and returns the Header Block of the given local name and namespace uri.After returning the Header Block pointer, it will not be removed from the available Header Block list of the Serializer. The caller of this method should not delete the returned pointer object. Implements IHandlerSoapSerializer. |
|
Returns the corrosponding namespace prefix. This method is called when the caller also wants to know whether this is a new namespace or not as appose to its overloaded other member.
|
|
Returns the corrosponding namespace prefix.
|
|
Sets the given Soap Header to the Serializer. If a Soap Header already exists then this method doesn't do anything, but returns a state to indicate this situation.
Implements IHandlerSoapSerializer. |
|
Sets the SOAP Version.
Implements IHandlerSoapSerializer. |