#include <XSoap12Proxy.hpp>
Inheritance diagram for xsoap::XSoap12Proxy:

Public Types | |
|
typedef std::map< std::string, proteus::VobjectFactory * > | vf_map |
Public Member Functions | |
| void | registerVobj (const std::string &type, proteus::VobjectFactory *f) |
| regiester the vobject factory | |
Protected Member Functions | |
| void | packArgList (const wsit::ArgList_sptr &args, XSoap12Serializer &packer) |
| wsit::ArgList_sptr | unpackArgList (XSoap12Deserializer &unpaker) |
XSoap12Proxy provides some basic functions needed by Soap encoding and RPC binding. It has tow subtype: XSoap12ServerProxy and XSoap12ClientProxy, which provide the functions of RPC binding for RPC server and RPC client respectely;
|
||||||||||||
|
regiester the vobject factory Register the Vobject so that when deserializing the message including the vobject, the proxy can find the corresponding factory to deserialize it and generate the Vobject;
|
1.3.7