@XmlSimpleName(value="subscriber-groups") public class SubscriberGroupsProcessor extends Object implements ElementProcessor<Collection<SubscriberGroupBuilder>>
ElementProcessor for the <subscriber-groups> element.| Constructor and Description |
|---|
SubscriberGroupsProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Collection<SubscriberGroupBuilder> |
process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
public Collection<SubscriberGroupBuilder> process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
ElementProcessorXmlElement to return a specific type of value.process in interface ElementProcessor<Collection<SubscriberGroupBuilder>>context - the ProcessingContext in which the
XmlElement is being processedxmlElement - the XmlElement to processConfigurationException - when a configuration problem was encountered