Package | Description |
---|---|
com.tangosol.coherence.config.xml |
Defines the Xml Document Pre-Processors and Xml Element Processors for converting
Coherence Cache Configuration files into Coherence configuration object models.
|
com.tangosol.coherence.jcache |
Contains classes related to Coherence JCache.
|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CacheConfigNamespaceHandler
The
CacheConfigNamespaceHandler is responsible for capturing and creating Coherence
Cache Configurations when processing a Coherence Configuration file. |
|
class |
OperationalConfigNamespaceHandler
The
OperationalConfigNamespaceHandler is responsible for capturing and
creating the Coherence operational configuration when processing a Coherence
operational configuration file. |
Modifier and Type | Class | Description |
---|---|---|
class |
JCacheExtendNamespace
A
NamespaceHandler to enable and enhance Coherence-based
configurations to be used with the Coherence-based JCache Extend implementation |
|
class |
JCacheNamespace
A
NamespaceHandler to enable and enhance Coherence-based
configurations to be used with the Coherence-based JCache implementation |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractNamespaceHandler
An
AbstractNamespaceHandler provides a base implementation of a NamespaceHandler
with support for implicit and explicit registration of ElementProcessor s and
AttributeProcessor s for those xml attributes and elements occurring in the associated xml namespace. |
Modifier and Type | Method | Description |
---|---|---|
NamespaceHandler |
DefaultProcessingContext.ensureNamespaceHandler(String sPrefix,
NamespaceHandler handler)
Ensures that the specified
NamespaceHandler for the specified prefix is defined in this
ProcessingContext . |
|
NamespaceHandler |
ProcessingContext.ensureNamespaceHandler(String sPrefix,
NamespaceHandler handler)
Ensures that the specified
NamespaceHandler for the specified prefix is defined in this
ProcessingContext . |
|
NamespaceHandler |
DefaultProcessingContext.ensureNamespaceHandler(String sPrefix,
URI uri)
Ensures that an
NamespaceHandler with the specified URI is available for use in the
ProcessingContext with the specified prefix. |
|
NamespaceHandler |
ProcessingContext.ensureNamespaceHandler(String sPrefix,
URI uri)
Ensures that an
NamespaceHandler with the specified URI is available for use in the
ProcessingContext with the specified prefix. |
|
NamespaceHandler |
DocumentProcessor.Dependencies.getDefaultNamespaceHandler()
The
NamespaceHandler for the default (ie: unspecified) xml namespace. |
|
NamespaceHandler |
DocumentProcessor.DefaultDependencies.getDefaultNamespaceHandler()
The
NamespaceHandler for the default (ie: unspecified) xml namespace. |
|
NamespaceHandler |
DefaultProcessingContext.getNamespaceHandler(String sPrefix)
Obtains the
NamespaceHandler which is capable of processing the namespace with the specified prefix. |
|
NamespaceHandler |
ProcessingContext.getNamespaceHandler(String sPrefix)
Obtains the
NamespaceHandler which is capable of processing the namespace with the specified prefix. |
|
NamespaceHandler |
DefaultProcessingContext.getNamespaceHandler(URI uri)
Obtains the
NamespaceHandler that is capable of processing the namespace defined with the specified
URI . |
|
NamespaceHandler |
ProcessingContext.getNamespaceHandler(URI uri)
Obtains the
NamespaceHandler that is capable of processing the namespace defined with the specified
URI . |
Modifier and Type | Method | Description |
---|---|---|
Iterable<NamespaceHandler> |
DefaultProcessingContext.getNamespaceHandlers()
Obtains the
NamespaceHandler s that are currently in scope
for this ProcessingContext . |
|
Iterable<NamespaceHandler> |
ProcessingContext.getNamespaceHandlers()
Obtains the
NamespaceHandler s that are currently in scope
for this ProcessingContext . |
Modifier and Type | Method | Description |
---|---|---|
NamespaceHandler |
DefaultProcessingContext.ensureNamespaceHandler(String sPrefix,
NamespaceHandler handler)
Ensures that the specified
NamespaceHandler for the specified prefix is defined in this
ProcessingContext . |
|
NamespaceHandler |
ProcessingContext.ensureNamespaceHandler(String sPrefix,
NamespaceHandler handler)
Ensures that the specified
NamespaceHandler for the specified prefix is defined in this
ProcessingContext . |
|
DocumentProcessor.DefaultDependencies |
DocumentProcessor.DefaultDependencies.setDefaultNamespaceHandler(NamespaceHandler handler)
Sets the
NamespaceHandler for the default namespace of documents to be processed |
Constructor | Description |
---|---|
DefaultDependencies(NamespaceHandler handler)
Constructs a
DocumentProcessor.DefaultDependencies with a default NamespaceHandler . |