#include <it_bus/sequence_complex_type.h>
Inheritance diagram for IT_Bus::SequenceComplexType:

Definition at line 20 of file sequence_complex_type.h.
Public Member Functions | |
| virtual void | write_contents (ComplexTypeWriter &os) const IT_THROW_DECL((SerializationException))=0 |
| Write the member values of the instance. | |
| virtual AnyType::Kind | get_kind () const |
| Returns the IT_Bus::AnyType::Kind for the type. | |
| SequenceComplexType & | operator= (const SequenceComplexType &rhs) |
| Assignment operator. | |
Protected Member Functions | |
| SequenceComplexType () | |
| Constructor. | |
| virtual AnyType::Kind IT_Bus::SequenceComplexType::get_kind | ( | ) | const [virtual] |
Returns the IT_Bus::AnyType::Kind for the type.
Reimplemented from IT_Bus::AnyType.
Reimplemented in IT_Bus::SoapEncArray, IT_ContextAttributes::BusSecurity, IT_ContextAttributes::ServerNamingPolicyType, IT_ContextAttributes::ConnectionPolicyType, IT_ContextAttributes::CredentialsType, IT_ContextAttributes::ClientNamingPolicyType, IT_ContextAttributes::DefaultConnectionPolicyType, IT_ContextAttributes::clientType, IT_ContextAttributes::serverType, IT_ContextAttributes::ServerConfiguration, IT_ContextAttributes::ClientConfiguration, IT_ContextAttributes::JMSClientHeadersType, IT_ContextAttributes::JMSServerHeadersType, IT_ContextAttributes::MQConnectionAttributesType, IT_ContextAttributes::mqClientType, IT_ContextAttributes::mqServerType, IT_ContextAttributes::MQAttributesType, IT_ContextAttributes::MQMessageAttributesType, IT_ContextAttributes::TibrvType, WS_Coordination::CoordinationContext, and WS_Coordination::CurrentContext.
| SequenceComplexType& IT_Bus::SequenceComplexType::operator= | ( | const SequenceComplexType & | rhs | ) |
Assignment operator.
Derived subclasses override this implementation.
| virtual void IT_Bus::SequenceComplexType::write_contents | ( | ComplexTypeWriter & | os | ) | const [pure virtual] |
Write the member values of the instance.
Derived subclasses implement this method.
Implemented in IT_Bus::FaultException, IT_Bus::SoapEncArray, and IT_Bus::SoapEncArrayT< T >.
1.4.7