xmltooling  3.0.3
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Cxmltooling::SOAPTransport::AddressA simple structure to capture SOAP addressing information
 Cxmltooling::auto_arrayptr< T >An auto_ptr that uses array delete on its contents
 Cxmltooling::auto_ptr_charA minimal auto_ptr-like class that can copy or transcode a buffer into the local code page and free the result automatically
 Cxmltooling::auto_ptr_XMLChA minimal auto_ptr-like class that can copy or transcode a buffer into 16-bit Unicode and free the result automatically
 CBinInputStream
 Cxmltooling::StorageService::Capabilities
 Cxmltooling::cleanup< T >Functor for cleaning up heap objects in containers
 Cxmltooling::cleanup_const_pair< A, B >Functor for cleaning up const heap objects in key/value containers
 Cxmltooling::cleanup_pair< A, B >Functor for cleaning up heap objects in key/value containers
 Cxmltooling::CondWaitA class for establishing queues on a mutex based on a periodic condition
 Cxmlsignature::ContentReferenceInterface for creating signature references based on application requirements
 Cxmltooling::CredentialWraps keys and related functionality
 Cxmltooling::CredentialContextMarker interface for implementations which hold information specific to a particular context within which a CredentialResolver resolves a Credential
 Cxmltooling::CredentialCriteriaClass for specifying criteria by which a CredentialResolver should resolve credentials
 Cxmltooling::DataSealerInterface to a data integrity and confidentiality tool, and a default implementation
 Cxmlencryption::DecrypterWrapper API for XML Decryption functionality
 Cxmltooling::DirectoryWalkerPortable directory walker that invokes a callback function for every file in a directory, optionally doing depth-first recursion of nested directories
 CDOMLSResourceResolver
 Cxmlencryption::EncryptedKeyResolverAn API for resolving encrypted decryption keys
 Cxmlencryption::EncrypterWrapper API for XML Encryption functionality
 Cxmlencryption::Encrypter::EncryptionParamsStructure to collect encryption requirements
 Cstd::exceptionSTL class
 Cxmltooling::GenericRequestInterface to generic protocol requests that transport XML messages
 Cxmltooling::GenericResponseInterface to generic protocol responses that transport XML messages
 Cxmltooling::hasQNamePredicate that checks the QName of an XMLObject
 Cxmltooling::hasSchemaTypePredicate that checks the xsi:type of an XMLObject
 CInputSource
 Cxmlencryption::Encrypter::KeyEncryptionParamsStructure to collect key wrapping/transport requirements
 Cxmltooling::KeyInfoResolverResolves credentials from KeyInfo information
 Cxmltooling::LockRAII wrapper for a mutex lock
 Cxmltooling::LockableAbstract mixin interface for interfaces that support locking
 Cxmltooling::LockerRAII wrapper for lockable objects to ensure lock release
 Cxmltooling::ManagedResource
 Cxmltooling::MutexA class for managing exclusive access to resources
 Cxmltooling::NamespaceA data structure for encapsulating XML Namespace attributes
 Cxmltooling::NDCA portable stack-based context for diagnostic logging
 Cxmltooling::paramsWrapper around a variable number of arguments
 Cxmltooling::PathResolverResolves local filenames into absolute pathnames
 Cxmltooling::PathValidatorPlugin interface to certificate path validation, independent of context
 Cxmltooling::PathValidator::PathValidatorParamsMarker interface for plugin-specific parameters into the validation process
 Cxmltooling::AbstractPKIXTrustEngine::PKIXValidationInfoIteratorStateful interface that supplies PKIX validation data to the trust engine
 Cxmltooling::PluginManager< T, Key, Params >Template for management/access to plugins constructed based on a Key type and arbitrary parameters
 Cxmltooling::PluginManager< xmltooling::CredentialResolver, std::string, const xercesc::DOMElement * >
 Cxmltooling::PluginManager< xmltooling::DataSealerKeyStrategy, std::string, const xercesc::DOMElement * >
 Cxmltooling::PluginManager< xmltooling::KeyInfoResolver, std::string, const xercesc::DOMElement * >
 Cxmltooling::PluginManager< xmltooling::PathValidator, std::string, const xercesc::DOMElement * >
 Cxmltooling::PluginManager< xmltooling::SOAPTransport, std::string, xmltooling::SOAPTransport::Address >
 Cxmltooling::PluginManager< xmltooling::StorageService, std::string, const xercesc::DOMElement * >
 Cxmltooling::PluginManager< xmltooling::TrustEngine, std::string, const xercesc::DOMElement * >
 Cxmltooling::QNameA data structure for encapsulating XML QNames
 Cxmltooling::ReplayCacheHelper class on top of StorageService for detecting message replay
 Cxmltooling::RWLockA class for managing shared and exclusive access to resources
 Cxmltooling::SecurityHelperA helper class for working with keys, certificates, etc
 Cxmltooling::SharedLockRAII wrapper for a shared lock
 Csoap11::SOAPClientImplements SOAP 1.1 messaging over a transport
 Cxmltooling::SOAPTransportEncapsulates a transport layer protocol for sending/receiving messages
 Cxmltooling::StorageServiceGeneric data storage facility for use by services that require some degree of persistence
 Cxmltooling::TemplateEngineSimple template replacement engine
 Cxmltooling::TemplateEngine::TemplateParametersInterface to parameters to plug into templates
 Cxmltooling::ThreadA class for manual thread creation and synchronization
 Cxmltooling::ThreadKeyA class for managing Thread Local Storage values
 Cxmltooling::TrustEngineEvaluates the trustworthiness and validity of security information against implementation-specific requirements
 Cxmltooling::URLEncoderInterface to a URL-encoding mechanism along with a default implementation
 Cxmltooling::ValidatorAn interface for classes that implement rules for checking the validity of XMLObjects
 Cxmltooling::ValidatorSuiteA collection of validators that can be applied to an XMLObject and its children
 Cxmltooling::X509StoreCtxRAII
 Cxmltooling::XercesJanitor< T >RAII wrapper for Xerces resources
 Cxmltooling::XMLHelperA helper class for working with W3C DOM objects
 Cxmltooling::XMLObjectObject that represents an XML Element that has been unmarshalled into this C++ object
 Cxmltooling::XMLObjectBuilderA factory interface for obtaining an XMLObject
 Cxmltooling::XMLObjectChildrenIterator< Container, _Ty >STL iterator that mediates access to an iterator over typed XML children
 Cxmltooling::XMLObjectChildrenList< Container, _Ty >STL-compatible container that mediates access to underlying lists of typed XML children
 Cxmltooling::XMLObjectPairList< Container, _Ty >STL-compatible container that mediates access to underlying lists of typed XML children that come in pairs
 Cxmltooling::XSECCryptoX509CRLInterface class for X.509 CRLs The library uses classes derived from this to process X.509 CRLs