IT_WSDL::WSDLInput Class Reference

#include <it_wsdl/wsdl_input.h>

Inheritance diagram for IT_WSDL::WSDLInput:

IT_WSDL::WSDLExtensibleNode IT_WSDL::WSDLNode List of all members.

Detailed Description

The class that corresponds to the in-memory representation of an operation <input> element.

Definition at line 24 of file wsdl_input.h.

Public Member Functions

virtual WSDLOperationget_operation ()=0
 Returns a reference to the object corresponding to the in-memory representation of the <operation> that includes this input.
virtual const WSDLOperationget_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::Stringget_input_name () const=0
 Returns the value assigned to the name attribute within the operation <input> element.
virtual const IT_Bus::QNameget_message () const=0
 Return the QName of the message corresponding to this input.

Protected Member Functions

 WSDLInput ()


Member Function Documentation

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.

Returns:
A reference to the WSDLOperation instance.

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.

Returns:
A reference to the WSDLOperation instance.

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.

Returns:
String containing the name of the 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.

Returns:
QName of the message.


Generated on Tue Mar 20 15:28:38 2007 for Artix by  doxygen 1.5.1-p1