Class StorageAccessAuthorizersProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.StorageAccessAuthorizersProcessor
- All Implemented Interfaces:
ElementProcessor<Void>
@XmlSimpleName("storage-authorizers")
public class StorageAccessAuthorizersProcessor
extends Object
implements ElementProcessor<Void>
An
ElementProcessor
for the <storage-authorizers%gt; element of
Coherence Operational Configuration files.- Since:
- Coherence 12.1.3
- Author:
- bo 2014.10.28
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
StorageAccessAuthorizersProcessor
public StorageAccessAuthorizersProcessor()
-
-
Method Details
-
process
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<Void>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedxmlElement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-