|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.config.parsing.XmlParserBase
org.jboss.cache.config.parsing.element.CustomInterceptorsElementParser
public class CustomInterceptorsElementParser
Utility class for parsing 'buddy' element in the .xml configuration file.
Note: class does not rely on element position in the configuration file. It does not rely on element's name either.
Field Summary |
---|
Fields inherited from class org.jboss.cache.config.parsing.XmlParserBase |
---|
coreNamespace |
Constructor Summary | |
---|---|
CustomInterceptorsElementParser()
|
|
CustomInterceptorsElementParser(java.lang.String coreNamespace)
|
Method Summary | |
---|---|
java.util.List<CustomInterceptorConfig> |
parseCustomInterceptors(org.w3c.dom.Element element)
Iterates within the given element looking for custom interceptors. |
Methods inherited from class org.jboss.cache.config.parsing.XmlParserBase |
---|
assertNotLegacyElement, existsAttribute, getAllowedCoreNamespaces, getAttributeValue, getBoolean, getInt, getLong, getSingleElement, getSingleElementInCoreNS, isAllowedCoreNamespace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomInterceptorsElementParser()
public CustomInterceptorsElementParser(java.lang.String coreNamespace)
Method Detail |
---|
public java.util.List<CustomInterceptorConfig> parseCustomInterceptors(org.w3c.dom.Element element)
element
- should not be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |