RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPSoapDispatchNode.Dispatcher Property

Specifies the interface of the component that interprets SOAP messages.

Pascal
property Dispatcher: IHTTPSoapDispatch;
C++
__property IHTTPSoapDispatch Dispatcher;

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. 

 

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