Soap.InvokeRegistry.TSOAPHeaders
Delphi
TSOAPHeaders = class(TSOAPHeadersBase, ISOAPHeaders, IHeadersSetter)
C++
class PASCALIMPLEMENTATION TSOAPHeaders : public TSOAPHeadersBase
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Soap.InvokeRegistry.pas Soap.InvokeRegistry.hpp |
Soap.InvokeRegistry | Soap.InvokeRegistry |
Description
TSOAPHeaders is a helper object for implementing the ISOAPHeaders interface.
TSOAPHeaders implements the ISOAPHeaders interface for a class that needs to provide access to the headers of SOAP messages that the application sends and receives Typically, an application does not work directly with instances of TSOAPHeaders. Rather, it uses the ISOAPHeaders interface that this object implements for another class, such as TRIO or TInvokableClass.