Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ServiceFactory Class Reference

Instancetiate Call object for the dynamic invocation of a remote operation. More...

#include <ServiceFactory.hpp>

List of all members.

Public Methods

 ServiceFactory ()
virtual ~ServiceFactory ()=0
 for the time being keep this abstract. More...


Static Public Methods

CallCreateCall ()
 just return new Call object for the time being. More...


Detailed Description

Instancetiate Call object for the dynamic invocation of a remote operation.

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.


Constructor & Destructor Documentation

ServiceFactory::ServiceFactory ( )
 

Definition at line 70 of file ServiceFactory.cpp.

ServiceFactory::~ServiceFactory ( ) [pure virtual]
 

for the time being keep this abstract.

Definition at line 75 of file ServiceFactory.cpp.


Member Function Documentation

Call * ServiceFactory::CreateCall ( ) [inline, static]
 

just return new Call object for the time being.

Definition at line 94 of file ServiceFactory.hpp.


The documentation for this class was generated from the following files: Axis C++ Client Lib - User's Guide

Copyright © 2001 SL_OpenSource XML Project. All Rights Reserved