RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IObjConverter Interface

IObjConverter is the interface for converting between a remotable class and its SOAP representation.

Pascal
IObjConverter = interface;
C++
__interface IObjConverter;

InvokeRegistry

IObjConverter defines methods that aid in the conversion between remotable classes (classes that descend from TRemotable) and their representation in the messages that pass between clients and Web Service providers. That is, this interface provides methods that are used when converting between a remotable class, whether it represents a complex type in an invokable interface, an attachment, or a SOAP header, and its SOAP representation. The TSOAPDomConv class implements this interface.

Note: C++ method declarations that use IObjConverter use the _di_IObjConverter type instead. This type is a DelphiInterface wrapper around the IObjConverter interface:
Note: typedef System::DelphiInterface< IObjConverter > _di_IObjConverter;
 

 

TSOAPDomCOnv 

TRemotable 

TSoapHeader 

TSoapAttachment

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!