Uses of Interface
com.tangosol.config.xml.NamespaceHandler
Packages that use 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
Classes in com.oracle.coherence.cdi.server that implement NamespaceHandlerModifier and TypeClassDescriptionclass
Custom namespace handler forcdi
namespace. -
Uses of NamespaceHandler in com.tangosol.coherence.config.xml
Classes in com.tangosol.coherence.config.xml that implement NamespaceHandlerModifier 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
Classes in com.tangosol.coherence.jcache that implement NamespaceHandlerModifier 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
Classes in com.tangosol.config.xml that implement NamespaceHandlerModifier 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.Methods in com.tangosol.config.xml that return NamespaceHandlerModifier 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
.Methods in com.tangosol.config.xml that return types with arguments of type NamespaceHandlerModifier 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
.Methods in com.tangosol.config.xml with parameters of type NamespaceHandlerModifier 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 processedConstructors in com.tangosol.config.xml with parameters of type NamespaceHandlerModifierConstructorDescriptionDefaultDependencies
(NamespaceHandler handler) Constructs aDocumentProcessor.DefaultDependencies
with a defaultNamespaceHandler
.