Soap.InvokeRegistry.TSOAPHeadersBase
Delphi
TSOAPHeadersBase = class(TContainedObject, IHeadersSetter)
C++
class PASCALIMPLEMENTATION TSOAPHeadersBase : public System::TContainedObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Soap.InvokeRegistry.pas Soap.InvokeRegistry.hpp |
Soap.InvokeRegistry | Soap.InvokeRegistry |
Description
TSOAPHeadersBase is the base class for classes that maintain lists of SOAP headers.
TSOAPHeadersBase provides support for maintaining two lists of TSOAPHeader descendants. One list is for the headers that an application sends and the other is for the headers that are it receives with an incoming message.
TSOAPHeadersBase is a descendant of TContainedObject. As such, it is designed to be used as a helper object in supporting an interface for working with SOAP headers. TSOAPHeadersBase is intended only as a base class. For working with SOAP headers, use a TSOAPHeadersBase descendant such as TSOAPHeaders.