RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPDomConv Class

TSOAPDomConv is the base class for components that use a DOM to interpret and create SOAP method calls.

Pascal
TSOAPDomConv = class(TSOAPDOMProcessor, IObjConverter);
C++
class TSOAPDomConv : public TSOAPDOMProcessor, public IObjConverter;

TSOAPDomConv is the base class for DOM-based components that interpret and create SOAP method calls. It handles the logic of converting between the SOAP representation of a type and its native representation. TSOAPDomConv uses the remotable type registry (RemTypeRegistry) to look up the native type or class that corresponds to a type from a SOAP method call and to generate an instance of that type to represent an incoming value. It uses runtime type information (RTTI) to convert a native type or remotable class to its SOAP representation. 

TSOAPDomConv implements the IObjConverter interface.  

Do not create instances of TSOAPDomConv. It is intended only as a base class for components that interpret or create SOAP method calls. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!