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>>
AnElementProcessor
for <authorized-hosts> Configuration Elements.- Author:
- bo 2013.07.10
-
-
Constructor Summary
Constructors Constructor Description AuthorizedHostsProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterizedBuilder<Filter>
process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
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
-
-