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