@XmlSimpleName(value="storage-authorizers") public class StorageAccessAuthorizersProcessor extends Object implements ElementProcessor<Void>
ElementProcessor for the <storage-authorizers%gt; element of
Coherence Operational Configuration files.| Constructor and Description |
|---|
StorageAccessAuthorizersProcessor() |
| 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