Qore xml Module 2.1.0
Loading...
Searching...
No Matches
WSDL::BindingMessageDescription Class Reference

describes an input or output message in a SOAP operational binding More...

#include <WSDL.qm.dox.h>

Inherits Serializable.

Public Member Methods

void addHeader (BindingMessageHeaderDescription hdr)
 a list of WSDL::BindingMessageHeaderDescription objects
 
bool hasHeaders ()
 returns True if the header descriptions are available
 
list< BindingMessageHeaderDescriptiongetHeaders ()
 returns a list of WSDL::BindingMessageHeaderDescription objects
 

Public Attributes

soft< WSDL::BindingMessageBodyDescriptionbody
 the description of the message body
 
soft< hash< auto > > urlReplacement
 a hash of URL replacement values keyed by part name, values are URI paths
 
soft< WSDL::BindingContentDescriptioncontent
 optional content-type descriptions
 
soft< WSDL::MimeXmlMessageDescriptionmimeXml
 optional mimeXml message scription
 

Detailed Description

describes an input or output message in a SOAP operational binding

Member Data Documentation

◆ urlReplacement

soft<hash<auto> > WSDL::BindingMessageDescription::urlReplacement

a hash of URL replacement values keyed by part name, values are URI paths

Note
for HTTP bindings only

The documentation for this class was generated from the following file: