Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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

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

All Implemented Interfaces:
ElementProcessor

@XmlSimpleName(value="init-param")
public class InitParamProcessor
extends java.lang.Object
implements ElementProcessor

An InitParamProcessor is responsible for processing <init-param> XmlElements to produce Parameters.

Since:
Coherence 12.1.2
Author:
bo 2011.06.24

Nested Class Summary
static class InitParamProcessor.CacheRefExpression
          An Expression implementation that represents the use of a {cache-ref} macro in a Cache Configuration File.
static class InitParamProcessor.SchemeRefExpression
          An Expression implementation that represents the use of a {scheme-ref} macro in a Cache Configuration File.

 

Constructor Summary
InitParamProcessor()
           

 

Method Summary
 com.tangosol.config.expression.Parameter process(ProcessingContext context, XmlElement element)
          Process an XmlElement to return a specific type of value.

 

Constructor Detail

InitParamProcessor

public InitParamProcessor()

Method Detail

process

public com.tangosol.config.expression.Parameter process(ProcessingContext context,
                                                        XmlElement element)
                                                 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
element - the XmlElement to process
Returns:
a value of type T
Throws:
ConfigurationException - when a configuration problem was encountered

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.