Class CustomizableBinaryStoreManagerBuilderProcessor<T extends BinaryStoreManagerBuilderCustomization>
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.CustomizableBuilderProcessor<T>
-
- com.tangosol.coherence.config.xml.processor.CustomizableBinaryStoreManagerBuilderProcessor<T>
-
- All Implemented Interfaces:
ElementProcessor<T>
public class CustomizableBinaryStoreManagerBuilderProcessor<T extends BinaryStoreManagerBuilderCustomization> extends CustomizableBuilderProcessor<T>
ACustomizableBinaryStoreManagerBuilderProcessor
is aCustomizableBuilderProcessor
that additionally processes the required definition of aBinaryStoreManagerBuilder
for those classes supportingBinaryStoreManagerBuilderCustomization
.- Since:
- Coherence 12.1.2
- Author:
- bo 2012.02.09
-
-
Constructor Summary
Constructors Constructor Description CustomizableBinaryStoreManagerBuilderProcessor(Class<T> clzToRealize)
Constructs aCustomizableBinaryStoreManagerBuilderProcessor
for the specifiedBinaryStoreManagerBuilderCustomization
Class
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.-
Methods inherited from class com.tangosol.coherence.config.xml.processor.CustomizableBuilderProcessor
instantiate
-
-
-
-
Constructor Detail
-
CustomizableBinaryStoreManagerBuilderProcessor
public CustomizableBinaryStoreManagerBuilderProcessor(Class<T> clzToRealize)
Constructs aCustomizableBinaryStoreManagerBuilderProcessor
for the specifiedBinaryStoreManagerBuilderCustomization
Class
.- Parameters:
clzToRealize
- the class that will be instantiated, injected and returned during processing
-
-
Method Detail
-
process
public T process(ProcessingContext context, XmlElement element) throws ConfigurationException
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<T extends BinaryStoreManagerBuilderCustomization>
- Overrides:
process
in classCustomizableBuilderProcessor<T extends BinaryStoreManagerBuilderCustomization>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedelement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-
-