Inheritance diagram for IT_Bus::SoapEncArray:
Definition at line 37 of file soap_enc_array.h.
Public Member Functions | |
AnyType::Kind | get_kind () const |
Returns the IT_Bus::AnyType::Kind for the type. | |
virtual void | write (const QName &name, ComplexTypeWriter &writer) const throw ((SerializationException)) |
Write the content of the instance. | |
virtual void | read (const QName &name, ComplexTypeReader &reader) throw ((DeserializationException)) |
Read the value into the instance. | |
virtual void | write_contents (ComplexTypeWriter &os) const =0 throw ((SerializationException)) |
Write the member values of the instance. | |
virtual void | read_contents (ComplexTypeReader &is)=0 throw ((DeserializationException)) |
Read the member values into the instance. |
AnyType::Kind IT_Bus::SoapEncArray::get_kind | ( | ) | const [virtual] |
Returns the IT_Bus::AnyType::Kind for the type.
Reimplemented from IT_Bus::SequenceComplexType.
virtual void IT_Bus::SoapEncArray::write_contents | ( | ComplexTypeWriter & | os | ) | const throw ((SerializationException)) [pure virtual] |
Write the member values of the instance.
Derived subclasses implement this method.
Implements IT_Bus::SequenceComplexType.
Implemented in IT_Bus::SoapEncArrayT< T >.
virtual void IT_Bus::SoapEncArray::read_contents | ( | ComplexTypeReader & | is | ) | throw ((DeserializationException)) [pure virtual] |
Read the member values into the instance.
Derived subclasses implement this method.
Implements IT_Bus::SequenceComplexType.
Implemented in IT_Bus::SoapEncArrayT< T >.