public class ParserAS7 extends Object implements ConfigurationParser<ConfigurationBuilderHolder>
| Modifier and Type | Field and Description |
|---|---|
static String |
URN_JBOSS_DOMAIN |
static String |
URN_JBOSS_DOMAIN_INFINISPAN |
| Constructor and Description |
|---|
ParserAS7() |
| Modifier and Type | Method and Description |
|---|---|
Namespace[] |
getSupportedNamespaces()
Returns an array of namespaces supported by this parser
|
protected void |
parseCacheAttribute(org.jboss.staxmapper.XMLExtendedStreamReader reader,
int index,
Attribute attribute,
String value,
ConfigurationBuilder builder) |
protected void |
parseCacheElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
Element element,
ConfigurationBuilderHolder holder) |
protected void |
parseCustomStore(org.jboss.staxmapper.XMLExtendedStreamReader reader,
LegacyStoreConfigurationBuilder builder) |
protected void |
parseEviction(org.jboss.staxmapper.XMLExtendedStreamReader reader,
ConfigurationBuilder builder) |
protected void |
parseFileStore(org.jboss.staxmapper.XMLExtendedStreamReader reader,
FileCacheStoreConfigurationBuilder storeBuilder) |
protected void |
parseLocking(org.jboss.staxmapper.XMLExtendedStreamReader reader,
ConfigurationBuilder builder) |
static void |
parseStoreAttribute(org.jboss.staxmapper.XMLExtendedStreamReader reader,
int index,
CacheStoreConfigurationBuilder<?,?> storeBuilder) |
static void |
parseStoreElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
CacheStoreConfigurationBuilder<?,?> storeBuilder) |
static void |
parseStoreProperty(org.jboss.staxmapper.XMLExtendedStreamReader reader,
CacheStoreConfigurationBuilder<?,?> storeBuilder) |
static void |
parseStoreWriteBehind(org.jboss.staxmapper.XMLExtendedStreamReader reader,
AsyncStoreConfigurationBuilder storeBuilder) |
protected void |
parseTransaction(org.jboss.staxmapper.XMLExtendedStreamReader reader,
ConfigurationBuilder builder) |
void |
readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder) |
public static final String URN_JBOSS_DOMAIN
public static final String URN_JBOSS_DOMAIN_INFINISPAN
public Namespace[] getSupportedNamespaces()
ConfigurationParsergetSupportedNamespaces in interface ConfigurationParser<ConfigurationBuilderHolder>public void readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder)
throws XMLStreamException
readElement in interface org.jboss.staxmapper.XMLElementReader<ConfigurationBuilderHolder>XMLStreamExceptionprotected void parseCacheAttribute(org.jboss.staxmapper.XMLExtendedStreamReader reader,
int index,
Attribute attribute,
String value,
ConfigurationBuilder builder)
throws XMLStreamException
XMLStreamExceptionprotected void parseCacheElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
Element element,
ConfigurationBuilderHolder holder)
throws XMLStreamException
XMLStreamExceptionprotected void parseLocking(org.jboss.staxmapper.XMLExtendedStreamReader reader,
ConfigurationBuilder builder)
throws XMLStreamException
XMLStreamExceptionprotected void parseTransaction(org.jboss.staxmapper.XMLExtendedStreamReader reader,
ConfigurationBuilder builder)
throws XMLStreamException
XMLStreamExceptionprotected void parseEviction(org.jboss.staxmapper.XMLExtendedStreamReader reader,
ConfigurationBuilder builder)
throws XMLStreamException
XMLStreamExceptionprotected void parseCustomStore(org.jboss.staxmapper.XMLExtendedStreamReader reader,
LegacyStoreConfigurationBuilder builder)
throws XMLStreamException
XMLStreamExceptionprotected void parseFileStore(org.jboss.staxmapper.XMLExtendedStreamReader reader,
FileCacheStoreConfigurationBuilder storeBuilder)
throws XMLStreamException
XMLStreamExceptionpublic static void parseStoreAttribute(org.jboss.staxmapper.XMLExtendedStreamReader reader,
int index,
CacheStoreConfigurationBuilder<?,?> storeBuilder)
throws XMLStreamException
XMLStreamExceptionpublic static void parseStoreElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
CacheStoreConfigurationBuilder<?,?> storeBuilder)
throws XMLStreamException
XMLStreamExceptionpublic static void parseStoreWriteBehind(org.jboss.staxmapper.XMLExtendedStreamReader reader,
AsyncStoreConfigurationBuilder storeBuilder)
throws XMLStreamException
XMLStreamExceptionpublic static void parseStoreProperty(org.jboss.staxmapper.XMLExtendedStreamReader reader,
CacheStoreConfigurationBuilder<?,?> storeBuilder)
throws XMLStreamException
XMLStreamExceptionCopyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.