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_contents (ComplexTypeWriter &os) const IT_THROW_DECL((SerializationException))=0 |
Write the member values of 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 [pure virtual] |
Write the member values of the instance.
Derived subclasses implement this method.
Implements IT_Bus::SequenceComplexType.
Implemented in IT_Bus::SoapEncArrayT< T >.