The SoftwareAG.Tamino.Api.Serialization namespace consists of classes that enable applications to access details of Tamino responses and query result items as programming language types.
When executing commands Tamino returns an XML document according to Tamino's specific serialization format.The classes TaminoResponse and TaminoQueryResponse in the SoftwareAG.Tamino.Api namespace provide convenient access to the most important information. For most applications this is sufficient. However to access the results of processing diagnostic commands the class TamminoDiagnoseResponse in this namespace might provide a more convenient way to access the returned information. See the ProcessDiagnostics example in the AdvancedSamples.
The classes TaminoXmlDocument, TaminoXmlDocumentProperties provide convenient access to XQuery results. See the ProcessDocumentList in the QuerySamples for an example how to use them.
Class | Description |
---|---|
Diagnose | Diagnose information within a diagnose response. |
Message | Messages within a diagnose response. |
Messageline | Message lines within a diagnose response. |
Request | Request information within a diagnose response. |
TaminoDiagnoseResponse | If the TaminoResponse class is not sufficient: Allows relevant parts of Tamino response documents returned from a Tamino diagnose command to be accessed through programming language constructs. |
TaminoUpdateItem | When processing an XQuery update expression, Tamino returns a list containing identifying information about the affected documents. This class allows this information to be accessed conveniently. |
TaminoXmlDocument | Supports easy processing of XML document lists. See also the ProcessingDocumentList example in the QuerySamples. |
TaminoXmlDocumentProperties | Allows easy processing of lists of document properties. |