RAD Studio VCL Reference
|
IDOMHeaderProcessor is the interface for objects that interpret and create SOAP headers.
IDOMHeaderProcessor = interface;
__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.
typedef System::DelphiInterfaceDelphiInterface_object< IDOMHeaderProcessor > _di_IDOMHeaderProcessor;
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|