Soap.SOAPHTTPDisp.THTTPSoapDispatchNode

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTHTTPSoapDispatchNode

Delphi

THTTPSoapDispatchNode = class(TComponent)

C++

class PASCALIMPLEMENTATION THTTPSoapDispatchNode : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
Soap.SOAPHTTPDisp.pas
Soap.SOAPHTTPDisp.hpp
Soap.SOAPHTTPDisp Soap.SOAPHTTPDisp

Description

THTTPSoapDispatchNode forwards SOAP messages to an invoker for interpretation.

Use THTTPSoapDispatchNode as a base class for objects that use an invoker component to interpret and execute SOAP message calls. THTTPSoapDispatchNode maintains a reference to the interface of a component that can interpret and execute SOAP method calls. These calls are requests to execute a method on an invokable interface that is registered in the application. You can register an invokable interface by calling the RegisterInterface method of the TInvokableClassRegistry object that the global InvRegistry function returns.

See Also