Soap.SOAPDomConv.IDOMHeaderProcessor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IDOMHeaderProcessor = interface

C++

__interface  INTERFACE_UUID("{27F23F8F-23A2-4257-95A8-0204EEFF937B}") IDOMHeaderProcessor  : public System::IInterface

Properties

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

Description

IDOMHeaderProcessor is the interface for objects that interpret and create SOAP headers.

IDOMHeaderProcessor provides an interface for working with specialized SOAP headers. Each object that implements IDOMHeaderProcessor handles a specific type of soap header. The TSOAPDOMProcessor class calls on this interface when it needs to create or interpret the headers of a SOAP packet.

IDOMHeaderProcessor declares two methods, CreateHeader and ProcessHeader, which create or respond to a given SOAP header, respectively.

Note: IDOMHeaderProcessor is supplied for backward compatibility. Headers are handled differently, using the ISOAPHeaders interface.

See Also