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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value.
-
Constructor Details
-
StorageAccessAuthorizersProcessor
public StorageAccessAuthorizersProcessor()
-
-
Method Details
-
process
Process anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<Void>- Parameters:
context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-