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