#include <it_wsdl/wsdl_message.h>
Inheritance diagram for IT_WSDL::WSDLMessage:

Definition at line 30 of file wsdl_message.h.
Public Member Functions | |
| virtual WSDLDefinitions & | get_definitions ()=0 |
| Return a reference to an object corresponds to the in-memory representation of the WSDL file. | |
| virtual const WSDLDefinitions & | get_definitions () const=0 |
| Return a reference to an object corresponds to the in-memory representation of the WSDL file. | |
| virtual const WSDLPart * | get_part (const IT_Bus::String &part_name) const =0 |
| Returns a pointer to the object corresponding to the in-memory representation of the specified message <part> element. | |
| virtual const WSDLPartVector & | get_parts () const=0 |
| Returns a reference to a vector containing pointers to the objects corresponding to the in-memory representations of the <part> elements included in this message. | |
| virtual WSDLPartVector & | get_parts ()=0 |
| Returns a reference to a vector containing pointers to the objects corresponding to the in-memory representations of the <part> elements included in this message. | |
| virtual const IT_Bus::QName & | get_name () const=0 |
| Return the QName of the message. | |
Protected Member Functions | |
| WSDLMessage () | |
| virtual WSDLDefinitions& IT_WSDL::WSDLMessage::get_definitions | ( | ) | [pure virtual] |
Return a reference to an object corresponds to the in-memory representation of the WSDL file.
| virtual const WSDLDefinitions& IT_WSDL::WSDLMessage::get_definitions | ( | ) | const [pure virtual] |
Return a reference to an object corresponds to the in-memory representation of the WSDL file.
| virtual const WSDLPart* IT_WSDL::WSDLMessage::get_part | ( | const IT_Bus::String & | part_name | ) | const [pure virtual] |
Returns a pointer to the object corresponding to the in-memory representation of the specified message <part> element.
| String | containing the name of the desired part. |
| virtual const WSDLPartVector& IT_WSDL::WSDLMessage::get_parts | ( | ) | const [pure virtual] |
Returns a reference to a vector containing pointers to the objects corresponding to the in-memory representations of the <part> elements included in this message.
| virtual WSDLPartVector& IT_WSDL::WSDLMessage::get_parts | ( | ) | [pure virtual] |
Returns a reference to a vector containing pointers to the objects corresponding to the in-memory representations of the <part> elements included in this message.
| virtual const IT_Bus::QName& IT_WSDL::WSDLMessage::get_name | ( | ) | const [pure virtual] |
Return the QName of the message.
1.5.1-p1