Class InitParamProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.InitParamProcessor
- All Implemented Interfaces:
ElementProcessor<Parameter>
@XmlSimpleName("init-param")
public class InitParamProcessor
extends Object
implements ElementProcessor<Parameter>
- Since:
- Coherence 12.1.2
- Author:
- bo 2011.06.24
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAnExpressionimplementation that represents the use of a {cache-ref} macro in a Configuration File.static classAnExpressionimplementation that represents the use of a {collection-ref} macro in a Configuration File.static classAnExpressionimplementation that represents the use of a {cache-ref} macro in a Cache Configuration File.static classAnExpressionimplementation that represents the use of a {resource} macro in a configuration File.static classAnExpressionimplementation that represents the use of a {scheme-ref} macro in a Cache Configuration File. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value.
-
Constructor Details
-
InitParamProcessor
public InitParamProcessor()
-
-
Method Details
-
process
public Parameter process(ProcessingContext context, XmlElement element) throws ConfigurationException Process anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<Parameter>- Parameters:
context- theProcessingContextin which theXmlElementis being processedelement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-