IT_WSDL::WSDLBindingOutput Class Reference

#include <it_wsdl/wsdl_binding_output.h>

Inheritance diagram for IT_WSDL::WSDLBindingOutput:

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 <output> element.

Definition at line 25 of file wsdl_binding_output.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 output.
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 output.
virtual const IT_Bus::Stringget_name () const=0
 Returns the value assigned to the name attribute within the binding operation <output> element.

Protected Member Functions

 WSDLBindingOutput ()


Member Function Documentation

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

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

Returns:
A reference to the WSDLBindingOperation instance.

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

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

Returns:
A reference to the WSDLBindingOperation instance.

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

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

Returns:
String containing the name of the output element.


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