Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.coherence.config.xml.processor
Class CachingSchemesProcessor

java.lang.Object
  extended by com.tangosol.coherence.config.xml.processor.CachingSchemesProcessor

All Implemented Interfaces:
ElementProcessor

@XmlSimpleName(value="caching-schemes")
public class CachingSchemesProcessor
extends java.lang.Object
implements ElementProcessor

A CachingSchemesProcessor is an ElementProcessor for the <caching-schemes%gt; element of Coherence Cache Configuration files.

Since:
Coherence 12.1.2
Author:
bo 2012.05.02

Constructor Summary
CachingSchemesProcessor()
           

 

Method Summary
 ServiceSchemeRegistry process(ProcessingContext context, XmlElement xmlElement)
          Process an XmlElement to return a specific type of value.

 

Constructor Detail

CachingSchemesProcessor

public CachingSchemesProcessor()

Method Detail

process

public ServiceSchemeRegistry process(ProcessingContext context,
                                     XmlElement xmlElement)
                              throws ConfigurationException
Process an XmlElement to return a specific type of value.
Specified by:
process in interface ElementProcessor
Parameters:
context - the ProcessingContext in which the XmlElement is being processed
xmlElement - the XmlElement to process
Returns:
a value of type T
Throws:
ConfigurationException - when a configuration problem was encountered

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.