Class PagedTopicSchemeProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.ServiceBuilderProcessor<PagedTopicScheme>
com.tangosol.coherence.config.xml.processor.PagedTopicSchemeProcessor
- All Implemented Interfaces:
 ElementProcessor<PagedTopicScheme>
@XmlSimpleName("paged-topic-scheme")
public class PagedTopicSchemeProcessor
extends ServiceBuilderProcessor<PagedTopicScheme>
An 
ElementProcessor that parses a <paged-topic-scheme> element;
 produces a PagedTopicScheme.- Since:
 - Coherence 14.1.1
 - Author:
 - jk 2015.05.28
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value.Methods inherited from class com.tangosol.coherence.config.xml.processor.ServiceBuilderProcessor
instantiate 
- 
Constructor Details
- 
PagedTopicSchemeProcessor
public PagedTopicSchemeProcessor() - 
PagedTopicSchemeProcessor
 
 - 
 - 
Method Details
- 
process
public PagedTopicScheme process(ProcessingContext context, XmlElement element) throws ConfigurationException Description copied from class:ServiceBuilderProcessorProcess anXmlElementto return a specific type of value.- Specified by:
 processin interfaceElementProcessor<PagedTopicScheme>- Overrides:
 processin classServiceBuilderProcessor<PagedTopicScheme>- Parameters:
 context- theProcessingContextin which theXmlElementis being processedelement- theXmlElementto process- Returns:
 - a value of type T
 - Throws:
 ConfigurationException- when a configuration problem was encountered
 
 -