Class SerializersProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.SerializersProcessor
-
- All Implemented Interfaces:
ElementProcessor<Void>
@XmlSimpleName("serializers") public class SerializersProcessor extends Object implements ElementProcessor<Void>
AnElementProcessor
for the <serializers%gt; element of Coherence Operational Configuration files.- Since:
- Coherence 12.2.1
- Author:
- jf 2015.03.03
-
-
Constructor Summary
Constructors Constructor Description SerializersProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public Void process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<Void>
- 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
-
-