Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.coherence.config.xml
Class CacheConfigNamespaceHandler

java.lang.Object
  extended by com.tangosol.config.xml.AbstractNamespaceHandler
      extended by com.tangosol.coherence.config.xml.CacheConfigNamespaceHandler

All Implemented Interfaces:
NamespaceHandler

public class CacheConfigNamespaceHandler
extends AbstractNamespaceHandler

The CacheConfigNamespaceHandler is responsible for capturing and creating Coherence Cache Configurations when processing a Coherence Configuration file.

Since:
Coherence 12.1.2
Author:
bo 2011.05.26

Constructor Summary
CacheConfigNamespaceHandler()
          Standard Constructor.

 

Method Summary
 void onStartNamespace(ProcessingContext context, XmlElement element, java.lang.String prefix, java.net.URI uri)
          Called when the xml namespace associated with the NamespaceHandler is first encountered in an xml document.

 

Methods inherited from class com.tangosol.config.xml.AbstractNamespaceHandler
getAttributeProcessor, getAttributeProcessor, getDocumentPreprocessor, getElementProcessor, getElementProcessor, onEndNamespace, onUnknownAttribute, onUnknownElement, registerAttributeType, registerElementType, registerProcessor, registerProcessor, registerProcessor, setDocumentPreprocessor

 

Constructor Detail

CacheConfigNamespaceHandler

public CacheConfigNamespaceHandler()
Standard Constructor.

Method Detail

onStartNamespace

public void onStartNamespace(ProcessingContext context,
                             XmlElement element,
                             java.lang.String prefix,
                             java.net.URI uri)
Called when the xml namespace associated with the NamespaceHandler is first encountered in an xml document.
Specified by:
onStartNamespace in interface NamespaceHandler
Overrides:
onStartNamespace in class AbstractNamespaceHandler
Parameters:
context - the document ProcessingContext in which the xml namespace was encountered
element - the XmlElement in which the xml namespace was encountered
prefix - the prefix of the declared xml namespace
uri - the URI of the declared xml namespace

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.