Soap.SOAPDomConv.TSOAPDOMProcessor

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSOAPDOMProcessor

Delphi

TSOAPDOMProcessor = class(TComponent, IInterface)

C++

class PASCALIMPLEMENTATION TSOAPDOMProcessor : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
Soap.SOAPDomConv.pas
Soap.SOAPDomConv.hpp
Soap.SOAPDomConv Soap.SOAPDomConv

Description

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.

See Also