@XmlSimpleName(value="serializer") public class SerializerBuilderProcessor extends AbstractEmptyElementProcessor<ParameterizedBuilder<Serializer>>
ElementProcessor for <serializer> elements defined by a Coherence Operational Configuration file.AbstractEmptyElementProcessor.EmptyElementBehavior| Constructor and Description |
|---|
SerializerBuilderProcessor()
Constructs a
SerializerBuilderProcessor. |
| Modifier and Type | Method and Description |
|---|---|
ParameterizedBuilder<Serializer> |
onProcess(ProcessingContext context, XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
accepts, isEmptyElement, processpublic SerializerBuilderProcessor()
SerializerBuilderProcessor.public ParameterizedBuilder<Serializer> onProcess(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
AbstractEmptyElementProcessorXmlElement to return a specific type of value.onProcess in class AbstractEmptyElementProcessor<ParameterizedBuilder<Serializer>>context - the ProcessingContext in which the XmlElement is being processedxmlElement - the XmlElement to processConfigurationException - when a configuration problem was encountered