Soap.SOAPHTTPDisp.THTTPSoapDispatchNode.Dispatcher

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Dispatcher: IHTTPSoapDispatch read FSoapDispatcher write SetSoapDispatcher;

C++

__property _di_IHTTPSoapDispatch Dispatcher = {read=FSoapDispatcher, write=SetSoapDispatcher};

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPHTTPDisp.pas
Soap.SOAPHTTPDisp.hpp
Soap.SOAPHTTPDisp THTTPSoapDispatchNode

Description

Specifies the interface of the component that interprets SOAP messages.

Set Dispatcher to the interface of a component that interprets SOAP messages and passes them on to the target invokable interface. Dispatcher is the interface of an invoker component, such as THTTPSoapPascalInvoker (Delphi) or THTTPSoapCppInvoker (C++). Invoker components interpret incoming SOAP calls, identify the invokable interface to which they are directed, execute the call, and assemble a response message.

See Also