@XmlSimpleName(value="storage-authorizer") public class StorageAccessAuthorizerBuilderProcessor extends AbstractEmptyElementProcessor<ParameterizedBuilder<StorageAccessAuthorizer>>
ElementProcessor for <storage-authorizer> elements defined by
a Coherence Operational Configuration file.AbstractEmptyElementProcessor.EmptyElementBehavior| Constructor and Description |
|---|
StorageAccessAuthorizerBuilderProcessor()
Constructs a
StorageAccessAuthorizerBuilderProcessor. |
| Modifier and Type | Method and Description |
|---|---|
ParameterizedBuilder<StorageAccessAuthorizer> |
onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
accepts, isEmptyElement, processpublic StorageAccessAuthorizerBuilderProcessor()
StorageAccessAuthorizerBuilderProcessor.public ParameterizedBuilder<StorageAccessAuthorizer> onProcess(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
AbstractEmptyElementProcessorXmlElement to return a specific type of value.onProcess in class AbstractEmptyElementProcessor<ParameterizedBuilder<StorageAccessAuthorizer>>context - the ProcessingContext in which the
XmlElement is being processedxmlElement - the XmlElement to processConfigurationException - when a configuration problem was encountered