IT_WSDL::WSDLBindingInput Class Reference

#include <it_wsdl/wsdl_binding_input.h>

Inheritance diagram for IT_WSDL::WSDLBindingInput:

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

Detailed Description

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

Definition at line 25 of file wsdl_binding_input.h.

Public Member Functions

virtual WSDLBindingOperationget_operation ()=0
 Returns a reference to the object corresponding to the in-memory representation of the binding <operation> that includes this input.
virtual const WSDLBindingOperationget_operation () const=0
 Returns a reference to the object corresponding to the in-memory representation of the binding <operation> that includes this input.
virtual const IT_Bus::Stringget_name () const=0
 Returns the value assigned to the name attribute within the binding operation <input> element.

Protected Member Functions

 WSDLBindingInput ()


Member Function Documentation

virtual WSDLBindingOperation& IT_WSDL::WSDLBindingInput::get_operation (  )  [pure virtual]

Returns a reference to the object corresponding to the in-memory representation of the binding <operation> that includes this input.

Returns:
A reference to the WSDLBindingOperation instance.

virtual const WSDLBindingOperation& IT_WSDL::WSDLBindingInput::get_operation (  )  const [pure virtual]

Returns a reference to the object corresponding to the in-memory representation of the binding <operation> that includes this input.

Returns:
A reference to the WSDLBindingOperation instance.

virtual const IT_Bus::String& IT_WSDL::WSDLBindingInput::get_name (  )  const [pure virtual]

Returns the value assigned to the name attribute within the binding operation <input> element.

Returns:
String containing the name of the input element.


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