Soap.SOAPHTTPDisp.IHTTPSoapDispatch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IHTTPSoapDispatch = interface

C++

__interface  INTERFACE_UUID("{9E733EDC-7639-4DAF-96FF-BCF141F7D8F2}") IHTTPSoapDispatch  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.SOAPHTTPDisp.pas
Soap.SOAPHTTPDisp.hpp
Soap.SOAPHTTPDisp Soap.SOAPHTTPDisp

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.

See Also