API:Soap.WebBrokerSOAP.THTTPSoapDispatcher

Delphi
THTTPSoapDispatcher = class(THTTPSoapDispatchNode, IWebDispatch)
C++
class PASCALIMPLEMENTATION THTTPSoapDispatcher : public Soap::Soaphttpdisp::THTTPSoapDispatchNode
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Soap.WebBrokerSOAP.pas Soap.WebBrokerSOAP.hpp |
Soap.WebBrokerSOAP | Soap.WebBrokerSOAP |
Description
THTTPSoapDispatchNode forwards SOAP messages to an invoker for interpretation.
Soap.WebBrokerSOAP.THTTPSoapDispatcher inherits from Soap.SOAPHTTPDisp.THTTPSoapDispatchNode. All content below this line refers to Soap.SOAPHTTPDisp.THTTPSoapDispatchNode.
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.