Uses of Package
com.tangosol.config.xml
Package
Description
Simple CDI-based Cache Server implementation.
Defines the Xml Document Pre-Processors and Xml Element Processors for converting
Coherence Cache Configuration files into Coherence configuration object models.
Defines the Xml document Pre-Processors for Coherence Cache Configuration files.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
Contains classes related to Coherence JCache.
Defines classes and interfaces for processing Xml documents and building object
models, like configuration, based on said documents though the use of injection.
Contains basic cluster interfaces and factories.
-
ClassDescriptionAn
AbstractNamespaceHandler
provides a base implementation of aNamespaceHandler
with support for implicit and explicit registration ofElementProcessor
s andAttributeProcessor
s for those xml attributes and elements occurring in the associated xml namespace.AnElementProcessor
is responsible for processingXmlElement
content to return a strongly-typed value.ANamespaceHandler
is responsible for defining theDocumentPreprocessor
,ElementProcessor
s andAttributeProcessor
s required for processing xml content belonging to a specific xml namespace used in an xml document.AProcessingContext
provides contextual information concerning the processing of content in an xml document.Denotes that a class is associated with the processing of a specifically named Xml element or attribute. -
ClassDescriptionAn
AbstractNamespaceHandler
provides a base implementation of aNamespaceHandler
with support for implicit and explicit registration ofElementProcessor
s andAttributeProcessor
s for those xml attributes and elements occurring in the associated xml namespace.ANamespaceHandler
is responsible for defining theDocumentPreprocessor
,ElementProcessor
s andAttributeProcessor
s required for processing xml content belonging to a specific xml namespace used in an xml document.AOverrideProcessor
is responsible for processing override config elements and merging the elements with the Document root elements.AProcessingContext
provides contextual information concerning the processing of content in an xml document. -
ClassDescriptionAn
DocumentElementPreprocessor.ElementPreprocessor
provides a mechanism to examine and optionally mutate anXmlElement
prior to it being processed by aElementProcessor
.AProcessingContext
provides contextual information concerning the processing of content in an xml document. -
ClassDescriptionA
ConditionalElementProcessor
is anElementProcessor
that supports conditionally processingXmlElement
s.AnElementProcessor
is responsible for processingXmlElement
content to return a strongly-typed value.AOverrideProcessor
is responsible for processing override config elements and merging the elements with the Document root elements.AProcessingContext
provides contextual information concerning the processing of content in an xml document.Denotes that a class is associated with the processing of a specifically named Xml element or attribute. -
ClassDescriptionAn
AbstractNamespaceHandler
provides a base implementation of aNamespaceHandler
with support for implicit and explicit registration ofElementProcessor
s andAttributeProcessor
s for those xml attributes and elements occurring in the associated xml namespace.ANamespaceHandler
is responsible for defining theDocumentPreprocessor
,ElementProcessor
s andAttributeProcessor
s required for processing xml content belonging to a specific xml namespace used in an xml document.AProcessingContext
provides contextual information concerning the processing of content in an xml document. -
ClassDescriptionAn
AttributeProcessor
is responsible for processingXmlAttribute
content to return a strongly-typed value.The default implementation of aProcessingContext
.ADocumentElementPreprocessor
is aDocumentPreprocessor
that is designed to operate with one or moreDocumentElementPreprocessor.ElementPreprocessor
s.AnDocumentElementPreprocessor.ElementPreprocessor
provides a mechanism to examine and optionally mutate anXmlElement
prior to it being processed by aElementProcessor
.ADocumentPreprocessor
provides a mechanism to pre-process anXmlElement
, representing part or all of anXmlDocument
prior to the saidXmlElement
being processes using configuredElementProcessor
s.TheDocumentProcessor.DefaultDependencies
is the default implementation of theDocumentProcessor
DocumentProcessor.Dependencies
interface.AnElementProcessor
is responsible for processingXmlElement
content to return a strongly-typed value.ANamespaceHandler
is responsible for defining theDocumentPreprocessor
,ElementProcessor
s andAttributeProcessor
s required for processing xml content belonging to a specific xml namespace used in an xml document.AOverrideProcessor
is responsible for processing override config elements and merging the elements with the Document root elements.AProcessingContext
provides contextual information concerning the processing of content in an xml document. -
ClassDescriptionA
ProcessingContext
provides contextual information concerning the processing of content in an xml document.