IT_Bus::SequenceComplexType Class Reference

#include <it_bus/sequence_complex_type.h>

Inheritance diagram for IT_Bus::SequenceComplexType:

IT_Bus::ComplexType IT_Bus::AnyType IT_Bus::ImplementationDetails IT_Bus::ArrayT< T > IT_Bus::ArrayT< IT_Bus::Reference > IT_Bus::ArrayT< IT_Bus_Managed::LoggingSubsystemInfo > IT_Bus::ArrayT< IT_Bus_Managed::ServiceDetails > IT_Bus::ArrayT< IT_ContextAttributes::SOAPAttachmentPartInfo > IT_Bus::ArrayT< WS_Addressing::EndpointReferenceType > IT_Bus::FaultDetail IT_Bus::FaultException IT_Bus::Reference IT_Bus::ReferencePort IT_Bus::SoapEncArray IT_Bus_Managed::LoggingSubsystemInfo IT_Bus_Managed::LoggingSubsystemInput IT_Bus_Managed::ServiceCounters IT_Bus_Managed::ServiceDetails IT_Bus_Managed::ServiceThroughput IT_Bus_Services::IT_SessionManager::beginSession IT_Bus_Services::IT_SessionManager::BeginSession IT_Bus_Services::IT_SessionManager::beginSessionResponse IT_Bus_Services::IT_SessionManager::BeginSessionResponse IT_Bus_Services::IT_SessionManager::deregisterEndpoint IT_Bus_Services::IT_SessionManager::deregisterEndpointManager IT_Bus_Services::IT_SessionManager::EmptyMessage IT_Bus_Services::IT_SessionManager::EndSession IT_Bus_Services::IT_SessionManager::endSession IT_Bus_Services::IT_SessionManager::GetAllEndpoints IT_Bus_Services::IT_SessionManager::GetAllEndpointsFaultException IT_Bus_Services::IT_SessionManager::GetAllEndpointsResponse IT_Bus_Services::IT_SessionManager::getAllServiceEndpoints IT_Bus_Services::IT_SessionManager::getAllServiceEndpointsResponse IT_Bus_Services::IT_SessionManager::registerEndpoint IT_Bus_Services::IT_SessionManager::RegisterEndpointFaultException IT_Bus_Services::IT_SessionManager::registerEndpointManager IT_Bus_Services::IT_SessionManager::registerEndpointManagerResponse IT_Bus_Services::IT_SessionManager::renewSession IT_Bus_Services::IT_SessionManager::RenewSession IT_Bus_Services::IT_SessionManager::renewSessionResponse IT_Bus_Services::IT_SessionManager::RenewSessionResponse IT_Bus_Services::IT_SessionManager::SessionBeginFaultException IT_Bus_Services::IT_SessionManager::sessionEnded IT_Bus_Services::IT_SessionManager::sessionEstablished IT_Bus_Services::IT_SessionManager::SessionId IT_Bus_Services::IT_SessionManager::SessionInfo IT_Bus_Services::IT_SessionManager::sessionRenewed IT_Bus_Services::IT_SessionManager::SessionRenewFaultException IT_ContextAttributes::AcknowledgementInterval IT_ContextAttributes::BaseRetransmissionInterval IT_ContextAttributes::BusSecurity_1 IT_ContextAttributes::ClientConfiguration_1 IT_ContextAttributes::ClientNamingPolicyType_1 IT_ContextAttributes::clientType_1 IT_ContextAttributes::ConnectionPolicyType_1 IT_ContextAttributes::CORBAAttributesType IT_ContextAttributes::CredentialsType_1 IT_ContextAttributes::DefaultConnectionPolicyType_1 IT_ContextAttributes::ExponentialBackoff IT_ContextAttributes::InactivityTimeout IT_ContextAttributes::IT_JMSHeadersTypeData IT_ContextAttributes::IT_tExtensibilityElementData IT_ContextAttributes::JMSClientHeadersType_1 IT_ContextAttributes::JMSConnectionSecurityInfoType IT_ContextAttributes::JMSPropertyType IT_ContextAttributes::JMSServerHeadersType_1 IT_ContextAttributes::MaxUnAcknowledgedMessagesThreshold IT_ContextAttributes::MQAttributesType_1 IT_ContextAttributes::mqClientType_1 IT_ContextAttributes::MQConnectionAttributesType_1 IT_ContextAttributes::MQMessageAttributesType_1 IT_ContextAttributes::mqServerType_1 IT_ContextAttributes::ReferenceType IT_ContextAttributes::RMPoliciesType IT_ContextAttributes::SecurityHeaderType IT_ContextAttributes::ServerConfiguration_1 IT_ContextAttributes::ServerNamingPolicyType_1 IT_ContextAttributes::serverType_1 IT_ContextAttributes::SOAPAttachmentPartInfo IT_ContextAttributes::TibrvType_1 IT_ContextAttributes::TimestampType IT_ContextAttributes::TransformationParametersType IT_ContextAttributes::UsernameTokenType WS_Addressing::AttributedAnyType WS_Addressing::EndpointReferenceType WS_Addressing::MetadataType WS_Addressing::ProblemActionType WS_Addressing::ReferenceParametersType WS_Addressing_2004::EndpointReferenceType WS_Addressing_2004::ReferenceParametersType WS_Addressing_2004::ReferencePropertiesType WS_AtomicTransactions::ATAlwaysCapability WS_AtomicTransactions::ATAssertion WS_AtomicTransactions::Notification WS_AtomicTransactions::PrepareResponse WS_AtomicTransactions::ReplayResponse WS_Coordination::CreateCoordinationContextResponseType WS_Coordination::CreateCoordinationContextType WS_Coordination::http___schemas_xmlsoap_org_ws_2004_10_wscoor WS_Coordination::IT_CoordinationContextTypeData WS_Coordination::RegisterResponseType WS_Coordination::RegisterType List of all members.

Detailed Description

Base class for generated classes derived from sequence complex type definitions within a WSDL or XSD file.

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.
SequenceComplexTypeoperator= (const SequenceComplexType &rhs)
 Assignment operator.

Protected Member Functions

 SequenceComplexType ()
 Constructor.


Member Function Documentation

virtual AnyType::Kind IT_Bus::SequenceComplexType::get_kind (  )  const [virtual]

Returns the IT_Bus::AnyType::Kind for the type.

Returns:
AnyType::SEQUENCE.

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


Generated on Thu Sep 7 11:40:10 2006 for Artix by  doxygen 1.4.7