RAD Studio VCL Reference
|
TSOAPDOMProcessor is the base class for components that process the SOAP headers from SOAP requests.
TSOAPDOMProcessor = class(TComponent, IInterface);
class TSOAPDOMProcessor : public TComponent, public IInterface;
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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|