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

Public Member Functions | |
| XSoap12ServerProxy () | |
| Constructor. | |
| void | registerSkel (const std::string &uniqueName, proteus::InvocationHandler *skel) |
| register skeleton within the proxy | |
XSoap12ServerProxy is counter part of XSoap12ClientProxy, but it is for service provider. This class implements the soap 1.2 encoding and RPC binding for server site. XSoap12ServerProxy inherited from XSoap12Proxy and HttpServiceHandler.
|
||||||||||||
|
register skeleton within the proxy Register a skeleton provided by service provider in the proxy, XSoap12ServerPrxoy maintains a regiestry table for RPC functions.
|
1.3.7