@XmlSimpleName(value="serializers") public class SerializersProcessor extends Object implements ElementProcessor<Void>
ElementProcessor
for the <serializers%gt; element of
Coherence Operational Configuration files.Constructor and Description |
---|
SerializersProcessor() |
Modifier and Type | Method and Description |
---|---|
Void |
process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
public Void process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
XmlElement
to return a specific type of value.process
in interface ElementProcessor<Void>
context
- the ProcessingContext
in which the
XmlElement
is being processedxmlElement
- the XmlElement
to processConfigurationException
- when a configuration problem was encountered