RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDOMHeaderProcessor Interface

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

Pascal
IDOMHeaderProcessor = interface;
C++
__interface IDOMHeaderProcessor;

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: C++ method declarations that use IDOMHeaderProcessor use the _di_IDOMHeaderProcessor type instead. This type is a DelphiInterface wrapper around the IDOMHeaderProcessor interface:

typedef System::DelphiInterfaceDelphiInterface_object< IDOMHeaderProcessor >  _di_IDOMHeaderProcessor;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!