public class CustomInterceptorsElementParser extends XmlParserBase
Note: class does not rely on element position in the configuration file. It does not rely on element's name either.
coreNamespace
Constructor and Description |
---|
CustomInterceptorsElementParser() |
CustomInterceptorsElementParser(String coreNamespace) |
Modifier and Type | Method and Description |
---|---|
List<CustomInterceptorConfig> |
parseCustomInterceptors(Element element)
Iterates within the given element looking for custom interceptors.
|
assertNotLegacyElement, existsAttribute, getAllowedCoreNamespaces, getAttributeValue, getBoolean, getInt, getLong, getSingleElement, getSingleElementInCoreNS, isAllowedCoreNamespace
public CustomInterceptorsElementParser()
public CustomInterceptorsElementParser(String coreNamespace)
public List<CustomInterceptorConfig> parseCustomInterceptors(Element element)
element
- should not be nullCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.