Uses of Interface
com.tangosol.config.xml.NamespaceHandler
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.
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.
-
Uses of NamespaceHandler in com.oracle.coherence.cdi.server
Modifier and TypeClassDescriptionclass
Custom namespace handler forcdi
namespace. -
Uses of NamespaceHandler in com.tangosol.coherence.config.xml
Modifier and TypeClassDescriptionclass
TheCacheConfigNamespaceHandler
is responsible for capturing and creating Coherence Cache Configurations when processing a Coherence Configuration file.class
TheOperationalConfigNamespaceHandler
is responsible for capturing and creating the Coherence operational configuration when processing a Coherence operational configuration file. -
Uses of NamespaceHandler in com.tangosol.coherence.jcache
Modifier and TypeClassDescriptionclass
ANamespaceHandler
to enable and enhance Coherence-based configurations to be used with the Coherence-based JCache Extend implementationclass
ANamespaceHandler
to enable and enhance Coherence-based configurations to be used with the Coherence-based JCache implementation -
Uses of NamespaceHandler in com.tangosol.config.xml
Modifier and TypeClassDescriptionclass
AnAbstractNamespaceHandler
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.Modifier and TypeMethodDescriptionDefaultProcessingContext.ensureNamespaceHandler
(String sPrefix, NamespaceHandler handler) Ensures that the specifiedNamespaceHandler
for the specified prefix is defined in thisProcessingContext
.DefaultProcessingContext.ensureNamespaceHandler
(String sPrefix, URI uri) Ensures that anNamespaceHandler
with the specifiedURI
is available for use in theProcessingContext
with the specified prefix.ProcessingContext.ensureNamespaceHandler
(String sPrefix, NamespaceHandler handler) Ensures that the specifiedNamespaceHandler
for the specified prefix is defined in thisProcessingContext
.ProcessingContext.ensureNamespaceHandler
(String sPrefix, URI uri) Ensures that anNamespaceHandler
with the specifiedURI
is available for use in theProcessingContext
with the specified prefix.DocumentProcessor.DefaultDependencies.getDefaultNamespaceHandler()
TheNamespaceHandler
for the default (ie: unspecified) xml namespace.DocumentProcessor.Dependencies.getDefaultNamespaceHandler()
TheNamespaceHandler
for the default (ie: unspecified) xml namespace.DefaultProcessingContext.getNamespaceHandler
(String sPrefix) Obtains theNamespaceHandler
which is capable of processing the namespace with the specified prefix.DefaultProcessingContext.getNamespaceHandler
(URI uri) Obtains theNamespaceHandler
that is capable of processing the namespace defined with the specifiedURI
.ProcessingContext.getNamespaceHandler
(String sPrefix) Obtains theNamespaceHandler
which is capable of processing the namespace with the specified prefix.ProcessingContext.getNamespaceHandler
(URI uri) Obtains theNamespaceHandler
that is capable of processing the namespace defined with the specifiedURI
.Modifier and TypeMethodDescriptionDefaultProcessingContext.getNamespaceHandlers()
Obtains theNamespaceHandler
s that are currently in scope for thisProcessingContext
.ProcessingContext.getNamespaceHandlers()
Obtains theNamespaceHandler
s that are currently in scope for thisProcessingContext
.Modifier and TypeMethodDescriptionDefaultProcessingContext.ensureNamespaceHandler
(String sPrefix, NamespaceHandler handler) Ensures that the specifiedNamespaceHandler
for the specified prefix is defined in thisProcessingContext
.ProcessingContext.ensureNamespaceHandler
(String sPrefix, NamespaceHandler handler) Ensures that the specifiedNamespaceHandler
for the specified prefix is defined in thisProcessingContext
.DocumentProcessor.DefaultDependencies.setDefaultNamespaceHandler
(NamespaceHandler handler) Sets theNamespaceHandler
for the default namespace of documents to be processedModifierConstructorDescriptionDefaultDependencies
(NamespaceHandler handler) Constructs aDocumentProcessor.DefaultDependencies
with a defaultNamespaceHandler
.