Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Package com.tangosol.config.xml

Defines classes and interfaces for processing Xml documents and building object models, like configuration, based on said documents though the use of injection.

See:
          Description

Interface Summary
AttributeProcessor An AttributeProcessor is responsible for processing XmlAttribute content to return a strongly-typed value.
DocumentElementPreprocessor.ElementPreprocessor An DocumentElementPreprocessor.ElementPreprocessor provides a mechanism to examine and optionally mutate an XmlElement prior to it being processed by a ElementProcessor.
DocumentPreprocessor A DocumentPreprocessor provides a mechanism to pre-process an XmlElement, representing part or all of an XmlDocument prior to the said XmlElement being processes using configured ElementProcessors.
DocumentProcessor.Dependencies The DocumentProcessor.Dependencies of DocumentProcessors.
ElementProcessor An ElementProcessor is responsible for processing XmlElement content to return a strongly-typed value.
NamespaceHandler A NamespaceHandler is responsible for defining the DocumentPreprocessor, ElementProcessors and AttributeProcessors required for processing xml content belonging to a specific xml namespace used in an xml document.
ProcessingContext A ProcessingContext provides contextual information concerning the processing of content in an xml document.
XmlSimpleName Denotes that a class is associated with the processing of a specifically named Xml element or attribute.

 

Class Summary
AbstractNamespaceHandler An AbstractNamespaceHandler provides a base implementation of a NamespaceHandler with support for implicit and explicit registration of ElementProcessors and AttributeProcessors for those xml attributes and elements occurring in the associated xml namespace.
DefaultProcessingContext The default implementation of a ProcessingContext.
DocumentElementPreprocessor A DocumentElementPreprocessor is a DocumentPreprocessor that is designed to operate with one or more DocumentElementPreprocessor.ElementPreprocessors.
DocumentProcessor A DocumentProcessor is responsible for processing in an XmlDocument to produce a resulting configured resource.
DocumentProcessor.DefaultDependencies The DocumentProcessor.DefaultDependencies is the default implementation of the DocumentProcessor DocumentProcessor.Dependencies interface.
SimpleAttributeProcessor A SimpleAttributeProcessor is a simple AttributeProcessor implementation that will construct, initialize (via constructor injection) and return a specific type of object based on information in an XmlAttribute.
SimpleElementProcessor A SimpleElementProcessor is an ElementProcessor implementation that will construct, initialize (via constructor injection) and return a specific type of object based on information in an XmlElement.

 

Package com.tangosol.config.xml Description

Defines classes and interfaces for processing Xml documents and building object models, like configuration, based on said documents though the use of injection.


Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.