API:Soap.OPToSOAPDomConv.TSOAPDomConv
Delphi
TSOAPDomConv = class(TSOAPDOMProcessor, IObjConverter)
C++
class PASCALIMPLEMENTATION TSOAPDomConv : public Soap::Soapdomconv::TSOAPDOMProcessor
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Soap.OPToSOAPDomConv.pas Soap.OPToSOAPDomConv.hpp |
Soap.OPToSOAPDomConv | Soap.OPToSOAPDomConv |
Description
TSOAPDOMProcessor is the base class for components that process the SOAP headers from SOAP requests.
Soap.OPToSOAPDomConv.TSOAPDomConv inherits from Soap.SOAPDomConv.TSOAPDOMProcessor. All content below this line refers to Soap.SOAPDomConv.TSOAPDOMProcessor.
TSOAPDOMProcessor is the base class for components that process the SOAP headers from SOAP requests.
TSOAPDOMProcessor is the base class for DOM-based components that interpret and create SOAP method calls. It manages a list of interfaces that it uses to create or interpret specialized headers in the SOAP message. Such headers can include application-specific information such as authentication, compression/decompression, encryption/decryption, and so on.
Do not create instances of TSOAPDOMProcessor. It is intended only as a base class for components that use the information in SOAP headers when interpreting or creating SOAP method calls.