public class Parser52 extends Object implements ConfigurationParser
Constructor and Description |
---|
Parser52() |
Modifier and Type | Method and Description |
---|---|
static void |
parseAsyncStore(XMLExtendedStreamReader reader,
StoreConfigurationBuilder<?,?> storeBuilder) |
static void |
parseCommonLoaderAttributes(XMLExtendedStreamReader reader,
int i,
ClusterLoaderConfigurationBuilder builder)
This method is public static so that it can be reused by custom cache store/loader configuration parsers
|
static void |
parseCommonLoaderChildren(XMLExtendedStreamReader reader,
StoreConfigurationBuilder<?,?> loaderBuilder) |
static void |
parseCommonStoreAttributes(XMLExtendedStreamReader reader,
int i,
AbstractStoreConfigurationBuilder<?,?> builder)
This method is public static so that it can be reused by custom cache store/loader configuration parsers
|
static void |
parseCommonStoreChildren(XMLExtendedStreamReader reader,
StoreConfigurationBuilder<?,?> storeBuilder) |
static void |
parseLockSupportStoreAttributes(XMLExtendedStreamReader reader,
int i,
AbstractStoreConfigurationBuilder<?,?> builder)
This method is public static so that it can be reused by custom cache store/loader configuration parsers
|
static Properties |
parseProperties(XMLExtendedStreamReader reader) |
static void |
parseSingletonStore(XMLExtendedStreamReader reader,
StoreConfigurationBuilder<?,?> storeBuilder) |
void |
readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder)
The entry point of a configuration parser which gets passed a
XMLExtendedStreamReader positioned at a root
element associated with the parser itself according to the registered mapping. |
public void readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) throws XMLStreamException
ConfigurationParser
XMLExtendedStreamReader
positioned at a root
element associated with the parser itself according to the registered mapping.readElement
in interface ConfigurationParser
reader
- the XML stream readerholder
- a holder object used by the parser to maintain stateXMLStreamException
public static void parseLockSupportStoreAttributes(XMLExtendedStreamReader reader, int i, AbstractStoreConfigurationBuilder<?,?> builder) throws XMLStreamException
XMLStreamException
public static void parseCommonLoaderAttributes(XMLExtendedStreamReader reader, int i, ClusterLoaderConfigurationBuilder builder) throws XMLStreamException
XMLStreamException
public static void parseCommonStoreAttributes(XMLExtendedStreamReader reader, int i, AbstractStoreConfigurationBuilder<?,?> builder) throws XMLStreamException
XMLStreamException
public static void parseCommonLoaderChildren(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> loaderBuilder) throws XMLStreamException
XMLStreamException
public static void parseCommonStoreChildren(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> storeBuilder) throws XMLStreamException
XMLStreamException
public static void parseSingletonStore(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> storeBuilder) throws XMLStreamException
XMLStreamException
public static void parseAsyncStore(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> storeBuilder) throws XMLStreamException
XMLStreamException
public static Properties parseProperties(XMLExtendedStreamReader reader) throws XMLStreamException
XMLStreamException
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.