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>
AnTopicSchemeMappingProcessor
is responsible for processing <topic-scheme-mapping>XmlElement
s to update theResourceMappingRegistry
withResourceMapping
s.- Since:
- Coherence 14.1.1
- Author:
- jk 2015.05.28
-
-
Constructor Summary
Constructors Constructor Description TopicSchemeMappingProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceMappingRegistry
process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public ResourceMappingRegistry process(ProcessingContext context, XmlElement element) throws ConfigurationException
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<ResourceMappingRegistry>
- 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
-
-