Soap.InvokeRegistry.IObjConverter.InitObjectFromSOAP

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitObjectFromSOAP(Instance: TObject; RootNode, Node: IXMLNode);

C++

virtual void __fastcall InitObjectFromSOAP(System::TObject* Instance, Xml::Xmlintf::_di_IXMLNode RootNode, Xml::Xmlintf::_di_IXMLNode Node) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry IObjConverter

Description

Initializes an instance of a remotable object to reflect the values in its SOAP representation.

InitObjectFromSOAP assigns values to the published properties of a remotable object that represents a node from the SOAP envelope.

Instance is the remotable object to initialize from its SOAP representation.

RootNode is an ancestor node of the node for the remotable object that can contain information needed for initializing the remotable object.

Node is the node in the SOAP envelope that represents the remotable object.

See Also