Class AuthorizedHostsProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.AuthorizedHostsProcessor
- All Implemented Interfaces:
ElementProcessor<ParameterizedBuilder<Filter>>
@XmlSimpleName("authorized-hosts")
public class AuthorizedHostsProcessor
extends Object
implements ElementProcessor<ParameterizedBuilder<Filter>>
An
ElementProcessor
for <authorized-hosts> Configuration
Elements.- Author:
- bo 2013.07.10
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
AuthorizedHostsProcessor
public AuthorizedHostsProcessor()
-
-
Method Details
-
process
public ParameterizedBuilder<Filter> process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<ParameterizedBuilder<Filter>>
- 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
-