#include <ServiceFactory.hpp>
Public Methods | |
ServiceFactory () | |
virtual | ~ServiceFactory ()=0 |
for the time being keep this abstract. More... | |
Static Public Methods | |
Call* | CreateCall () |
just return new Call object for the time being. More... |
A ServiceFactory class acts as a factory of the following objects:
Instance of Call for the dynamic invocation of a remote operation on a service port. Dynamic proxy for a service port??.
This class handles WSDL -- service creations for the client side. This is currently creating a Call client interface. Until the WSDL2C++ classes are ready.
Definition at line 85 of file ServiceFactory.hpp.
|
Definition at line 70 of file ServiceFactory.cpp. |
|
for the time being keep this abstract.
Definition at line 75 of file ServiceFactory.cpp. |
|
just return new Call object for the time being.
Definition at line 94 of file ServiceFactory.hpp. |
Copyright © 2001 SL_OpenSource XML Project. All Rights Reserved