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
-
Method Summary
Modifier and TypeMethodDescriptiononProcess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to 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:AbstractEmptyElementProcessor
Process anXmlElement
to return a specific type of value.- Specified by:
onProcess
in classAbstractEmptyElementProcessor<ParameterizedBuilder<Serializer>>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedxmlElement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-