|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.configuration.parsing.Parser52
public class Parser52
This class implements the parser for 5.2 schema files
Constructor Summary | |
---|---|
Parser52()
|
Method Summary | |
---|---|
Namespace[] |
getSupportedNamespaces()
Returns an array of namespaces supported by this parser |
static void |
parseAsyncStore(org.jboss.staxmapper.XMLExtendedStreamReader reader,
CacheStoreConfigurationBuilder<?,?> storeBuilder)
|
static void |
parseCommonLoaderAttributes(org.jboss.staxmapper.XMLExtendedStreamReader reader,
int i,
CacheLoaderConfigurationBuilder<?,?> builder)
This method is public static so that it can be reused by custom cache store/loader configuration parsers |
static void |
parseCommonLoaderChildren(org.jboss.staxmapper.XMLExtendedStreamReader reader,
CacheLoaderConfigurationBuilder<?,?> loaderBuilder)
|
static void |
parseCommonStoreAttributes(org.jboss.staxmapper.XMLExtendedStreamReader reader,
int i,
CacheStoreConfigurationBuilder<?,?> builder)
This method is public static so that it can be reused by custom cache store/loader configuration parsers |
static void |
parseCommonStoreChildren(org.jboss.staxmapper.XMLExtendedStreamReader reader,
CacheStoreConfigurationBuilder<?,?> storeBuilder)
|
static void |
parseLockSupportStoreAttributes(org.jboss.staxmapper.XMLExtendedStreamReader reader,
int i,
LockSupportStoreConfigurationBuilder<?,?> builder)
This method is public static so that it can be reused by custom cache store/loader configuration parsers |
static Properties |
parseProperties(org.jboss.staxmapper.XMLExtendedStreamReader reader)
|
static void |
parseSingletonStore(org.jboss.staxmapper.XMLExtendedStreamReader reader,
CacheStoreConfigurationBuilder<?,?> storeBuilder)
|
void |
readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parser52()
Method Detail |
---|
public Namespace[] getSupportedNamespaces()
ConfigurationParser
getSupportedNamespaces
in interface ConfigurationParser<ConfigurationBuilderHolder>
public void readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) throws XMLStreamException
readElement
in interface org.jboss.staxmapper.XMLElementReader<ConfigurationBuilderHolder>
XMLStreamException
public static void parseLockSupportStoreAttributes(org.jboss.staxmapper.XMLExtendedStreamReader reader, int i, LockSupportStoreConfigurationBuilder<?,?> builder) throws XMLStreamException
XMLStreamException
public static void parseCommonLoaderAttributes(org.jboss.staxmapper.XMLExtendedStreamReader reader, int i, CacheLoaderConfigurationBuilder<?,?> builder) throws XMLStreamException
XMLStreamException
public static void parseCommonStoreAttributes(org.jboss.staxmapper.XMLExtendedStreamReader reader, int i, CacheStoreConfigurationBuilder<?,?> builder) throws XMLStreamException
XMLStreamException
public static void parseCommonLoaderChildren(org.jboss.staxmapper.XMLExtendedStreamReader reader, CacheLoaderConfigurationBuilder<?,?> loaderBuilder) throws XMLStreamException
XMLStreamException
public static void parseCommonStoreChildren(org.jboss.staxmapper.XMLExtendedStreamReader reader, CacheStoreConfigurationBuilder<?,?> storeBuilder) throws XMLStreamException
XMLStreamException
public static void parseSingletonStore(org.jboss.staxmapper.XMLExtendedStreamReader reader, CacheStoreConfigurationBuilder<?,?> storeBuilder) throws XMLStreamException
XMLStreamException
public static void parseAsyncStore(org.jboss.staxmapper.XMLExtendedStreamReader reader, CacheStoreConfigurationBuilder<?,?> storeBuilder) throws XMLStreamException
XMLStreamException
public static Properties parseProperties(org.jboss.staxmapper.XMLExtendedStreamReader reader) throws XMLStreamException
XMLStreamException
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |