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
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
to 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:ServiceBuilderProcessor
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<PagedTopicScheme>
- Overrides:
process
in classServiceBuilderProcessor<PagedTopicScheme>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedelement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-