Class TopicSchemeMappingProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.TopicSchemeMappingProcessor
- All Implemented Interfaces:
ElementProcessor<ResourceMappingRegistry>
@XmlSimpleName("topic-scheme-mapping")
public class TopicSchemeMappingProcessor
extends Object
implements ElementProcessor<ResourceMappingRegistry>
An
TopicSchemeMappingProcessor is responsible for processing
<topic-scheme-mapping> XmlElements to update the
ResourceMappingRegistry with ResourceMappings.- 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.
-
Constructor Details
-
TopicSchemeMappingProcessor
public TopicSchemeMappingProcessor()
-
-
Method Details
-
process
public ResourceMappingRegistry process(ProcessingContext context, XmlElement element) throws ConfigurationException Process anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<ResourceMappingRegistry>- Parameters:
context- theProcessingContextin which theXmlElementis being processedelement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-