#include <it_wsdl/wsdl_input.h>
Inheritance diagram for IT_WSDL::WSDLInput:

Definition at line 24 of file wsdl_input.h.
Public Member Functions | |
| virtual WSDLOperation & | get_operation ()=0 |
| Returns a reference to the object corresponding to the in-memory representation of the <operation> that includes this input. | |
| virtual const WSDLOperation & | get_operation () const=0 |
| Returns a reference to the object corresponding to the in-memory representation of the <operation> that includes this input. | |
| virtual const IT_Bus::String & | get_input_name () const=0 |
| Returns the value assigned to the name attribute within the operation <input> element. | |
| virtual const IT_Bus::QName & | get_message () const=0 |
| Return the QName of the message corresponding to this input. | |
Protected Member Functions | |
| WSDLInput () | |
| virtual WSDLOperation& IT_WSDL::WSDLInput::get_operation | ( | ) | [pure virtual] |
Returns a reference to the object corresponding to the in-memory representation of the <operation> that includes this input.
| virtual const WSDLOperation& IT_WSDL::WSDLInput::get_operation | ( | ) | const [pure virtual] |
Returns a reference to the object corresponding to the in-memory representation of the <operation> that includes this input.
| virtual const IT_Bus::String& IT_WSDL::WSDLInput::get_input_name | ( | ) | const [pure virtual] |
Returns the value assigned to the name attribute within the operation <input> element.
| virtual const IT_Bus::QName& IT_WSDL::WSDLInput::get_message | ( | ) | const [pure virtual] |
Return the QName of the message corresponding to this input.
1.5.1-p1