@XmlSimpleName(value="topic-scheme-mapping") public class TopicSchemeMappingProcessor extends Object implements ElementProcessor<ResourceMappingRegistry>
TopicSchemeMappingProcessor is responsible for processing
<topic-scheme-mapping> XmlElements to update the
ResourceMappingRegistry with ResourceMappings.| Constructor | Description |
|---|---|
TopicSchemeMappingProcessor() |
| Modifier and Type | Method | Description |
|---|---|---|
ResourceMappingRegistry |
process(ProcessingContext context,
XmlElement element) |
Process an
XmlElement to return a specific type of value. |
public ResourceMappingRegistry process(ProcessingContext context, XmlElement element) throws ConfigurationException
XmlElement to return a specific type of value.process in interface ElementProcessor<ResourceMappingRegistry>context - the ProcessingContext in which the
XmlElement is being processedelement - the XmlElement to processConfigurationException - when a configuration problem was encountered