@XmlSimpleName(value="serializer") public class SerializerBuilderProcessor extends AbstractEmptyElementProcessor<ParameterizedBuilder<Serializer>>
ElementProcessor
for <serializer> elements defined by
a Coherence Operational Configuration file.AbstractEmptyElementProcessor.EmptyElementBehavior
Constructor | Description |
---|---|
SerializerBuilderProcessor() |
Constructs a
SerializerBuilderProcessor . |
Modifier and Type | Method | Description |
---|---|---|
ParameterizedBuilder<Serializer> |
onProcess(ProcessingContext context,
XmlElement xmlElement) |
Process an
XmlElement to return a specific type of value. |
accepts, isEmptyElement, process
public SerializerBuilderProcessor()
SerializerBuilderProcessor
.public ParameterizedBuilder<Serializer> onProcess(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
AbstractEmptyElementProcessor
XmlElement
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