SOAPHTTPDisp.IHTTPSoapDispatch
Contents |
Delphi Information
From SOAPHTTPDisp.pas
IHTTPSoapDispatch = interface(IInterface) [9E733EDC-7639-4DAF-96FF-BCF141F7D8F2]
Unit: SOAPHTTPDisp
Type: interface
Class Methods: SOAPHTTPDisp.IHTTPSoapDispatch Methods
C++ Information
From SOAPHTTPDisp.hpp
IHTTPSoapDispatch = class(IInterface)
Unit: SOAPHTTPDisp
Type: class
Inherited Class Members: SOAPHTTPDisp.IHTTPSoapDispatch Members
Class Methods: SOAPHTTPDisp.IHTTPSoapDispatch Methods
Description
IHTTPSoapDispatch is the interface for objects that interpret SOAP request messages and execute the corresponding invokable interface.
The THTTPSoapDispatcher component uses this interface to call the object that interprets and responds to the incoming SOAP messages that it receives. By using an interface, THTTPSoapDispatcher can work with any component that interprets and executes SOAP messages.
This interface is implemented by THTTPSoapPascalInvoker and THTTPSoapCppInvoker.
Note: C++ method declarations that use IHTTPSoapDispatch use the _di_IHTTPSoapDispatch type instead. This type is a DelphiInterface wrapper around the IHTTPSoapDispatch interface:
typedef System::DelphiInterfaceDelphiInterface_object< IHTTPSoapDispatch > _di_IHTTPSoapDispatch;