Class SerializerBuilderProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor<ParameterizedBuilder<Serializer>>
com.tangosol.coherence.config.xml.processor.SerializerBuilderProcessor
- All Implemented Interfaces:
ConditionalElementProcessor<ParameterizedBuilder<Serializer>>,ElementProcessor<ParameterizedBuilder<Serializer>>
@XmlSimpleName("serializer")
public class SerializerBuilderProcessor
extends AbstractEmptyElementProcessor<ParameterizedBuilder<Serializer>>
An
ElementProcessor for <serializer> elements defined by
a Coherence Operational Configuration file.- Since:
- Coherence 12.2.1
- Author:
- jf 2015.03.03
-
Nested Class Summary
Nested classes/interfaces inherited from class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
AbstractEmptyElementProcessor.EmptyElementBehavior -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononProcess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value.Methods inherited from class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
accepts, isEmptyElement, process
-
Constructor Details
-
SerializerBuilderProcessor
public SerializerBuilderProcessor()Constructs aSerializerBuilderProcessor.
-
-
Method Details
-
onProcess
public ParameterizedBuilder<Serializer> onProcess(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Description copied from class:AbstractEmptyElementProcessorProcess anXmlElementto return a specific type of value.- Specified by:
onProcessin classAbstractEmptyElementProcessor<ParameterizedBuilder<Serializer>>- Parameters:
context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-