RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IHTTPSoapDispatch Interface

IHTTPSoapDispatch is the interface for objects that interpret SOAP request messages and execute the corresponding invokable interface.

Pascal
IHTTPSoapDispatch = interface;
C++
__interface IHTTPSoapDispatch;

SOAPHTTPDisp

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;

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!