@XmlSimpleName(value="paged-topic-scheme") public class PagedTopicSchemeProcessor extends ServiceBuilderProcessor<PagedTopicScheme>
ElementProcessor
that parses a <paged-topic-scheme> element;
produces a PagedTopicScheme
.Constructor and Description |
---|
PagedTopicSchemeProcessor() |
Modifier and Type | Method and Description |
---|---|
PagedTopicScheme |
process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
instantiate
public PagedTopicScheme process(ProcessingContext context, XmlElement element) throws ConfigurationException
ServiceBuilderProcessor
XmlElement
to return a specific type of value.process
in interface ElementProcessor<PagedTopicScheme>
process
in class ServiceBuilderProcessor<PagedTopicScheme>
context
- the ProcessingContext
in which the
XmlElement
is being processedelement
- the XmlElement
to processConfigurationException
- when a configuration problem was encountered