IT_Bus::TibrvWSDLBinding Class Reference

#include <it_bus_config/tibrv_wsdl_binding.h>

Inheritance diagram for IT_Bus::TibrvWSDLBinding:

IT_Bus::TibrvWSDLExtensionElement IT_Bus::TibrvWSDLArray IT_WSDL::WSDLExtensionElement IT_Bus::XMLNode IT_WSDL::WSDLNode IT_Bus::AnyType IT_Bus::PrefixResolver IT_Bus::XMLSaxHandler IT_Bus::ImplementationDetails List of all members.

Detailed Description

Class representing the <tibrv:binding> child element within the WSDL file binding <binding> element.

Definition at line 16 of file tibrv_wsdl_binding.h.

Public Member Functions

virtual const Stringget_string_encoding () const=0
 Return the character set being used for TIBRVMSG_STRING types.
virtual void set_string_encoding (const String &string_encoding)=0
 Set the character set to be used for TIBRVMSG_STRING types.
virtual void set_string_as_opaque (const Boolean &string_as_opaque)=0
 Indicate whether the wire representation of string data is in a binary format.
virtual const Booleanget_string_as_opaque () const=0
 Return indicator of whether the wire representation of string data is in a binary format.
virtual void set_nillable (const String &value)=0
 Indicate whether nil values should be loaded on the wire.
virtual const Stringget_nillable () const=0
 Return indicator of whether nil values should be loaded on the wire.


Member Function Documentation

virtual const String& IT_Bus::TibrvWSDLBinding::get_string_encoding (  )  const [pure virtual]

Return the character set being used for TIBRVMSG_STRING types.

Returns:
String indicating the character set. Default is UTF-8.

virtual void IT_Bus::TibrvWSDLBinding::set_string_encoding ( const String string_encoding  )  [pure virtual]

Set the character set to be used for TIBRVMSG_STRING types.

Parameters:
String indicating the character set.

virtual void IT_Bus::TibrvWSDLBinding::set_string_as_opaque ( const Boolean string_as_opaque  )  [pure virtual]

Indicate whether the wire representation of string data is in a binary format.

Parameters:
Boolean 

virtual const Boolean& IT_Bus::TibrvWSDLBinding::get_string_as_opaque (  )  const [pure virtual]

Return indicator of whether the wire representation of string data is in a binary format.

Returns:
Boolean

virtual void IT_Bus::TibrvWSDLBinding::set_nillable ( const String value  )  [pure virtual]

Indicate whether nil values should be loaded on the wire.

Parameters:
String with two possible values: "load" or "skip"

virtual const String& IT_Bus::TibrvWSDLBinding::get_nillable (  )  const [pure virtual]

Return indicator of whether nil values should be loaded on the wire.

Returns:
String with two possible values: "load" or "skip"


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