@XmlSimpleName(value="persistence-environment") public static class PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor extends AbstractEmptyElementProcessor<PersistenceEnvironmentParamBuilder>
ElementProcessor
for children elements
of <persistence-environments%gt; element of Coherence Operational
Configuration files. Produces a PersistenceEnvironmentParamBuilder
.AbstractEmptyElementProcessor.EmptyElementBehavior
Constructor and Description |
---|
PersistenceEnvironmentProcessor() |
Modifier and Type | Method and Description |
---|---|
protected PersistenceEnvironmentParamBuilder |
onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
accepts, isEmptyElement, process
protected PersistenceEnvironmentParamBuilder onProcess(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
AbstractEmptyElementProcessor
XmlElement
to return a specific type of value.onProcess
in class AbstractEmptyElementProcessor<PersistenceEnvironmentParamBuilder>
context
- the ProcessingContext
in which the
XmlElement
is being processedxmlElement
- the XmlElement
to processConfigurationException
- when a configuration problem was encountered