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>
An
ElementProcessor for the <serializers%gt; element of
Coherence Operational Configuration files.- Since:
- Coherence 12.2.1
- Author:
- jf 2015.03.03
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value.
-
Constructor Details
-
SerializersProcessor
public SerializersProcessor()
-
-
Method Details
-
process
Process anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<Void>- Parameters:
context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-