SOAP::METHOD_T< _CT > Class Template Reference

#include <mi32/soapserver.h>

Inheritance diagram for SOAP::METHOD_T< _CT >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 METHOD_T (OBJECT_DEFINITION *obj, const char *name)

Private Member Functions

virtual ERRVALUE v_ProcessRequest (_CT *This, const VALUES &parms, VALUES &retval)=0

template<class _CT>
class SOAP::METHOD_T< _CT >


Constructor & Destructor Documentation

template<class _CT >
SOAP::METHOD_T< _CT >::METHOD_T ( OBJECT_DEFINITION obj,
const char *  name 
) [inline]
Parameters:
obj The object that this is a method of
name Method name (must be string constant)

Member Function Documentation

template<class _CT >
virtual ERRVALUE SOAP::METHOD_T< _CT >::v_ProcessRequest ( _CT *  This,
const VALUES parms,
VALUES retval 
) [private, pure virtual]

The actual processing is done here.

Returns:
0 to send a normal response back to the client (unless the method is defined as having no response). Returning an error code < 0 will send a SOAPFALT back to the client

The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:39:27 2012 for TNTsdk 2012 by  doxygen 1.6.1