Modifier and Type | Method and Description |
---|---|
void |
ParserRegistry.parse(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder) |
static void |
Parser60.parseAsyncStore(XMLExtendedStreamReader reader,
StoreConfigurationBuilder<?,?> storeBuilder) |
static void |
Parser60.parseCommonLoaderChildren(XMLExtendedStreamReader reader,
StoreConfigurationBuilder<?,?> loaderBuilder) |
static void |
Parser60.parseCommonStoreAttributes(XMLExtendedStreamReader reader,
StoreConfigurationBuilder builder,
String attributeName,
String value,
int i)
This method is public static so that it can be reused by custom cache store/loader configuration parsers
|
static void |
Parser60.parseCommonStoreChildren(XMLExtendedStreamReader reader,
StoreConfigurationBuilder<?,?> storeBuilder) |
void |
NamespaceMappingParser.parseElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder)
Recursively parses the current element of an XML stream using an appropriate
ConfigurationParser depending on the element's namespace. |
void |
ParserRegistry.parseElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder) |
static Properties |
Parser60.parseProperties(XMLExtendedStreamReader reader) |
static void |
Parser60.parseSingletonStore(XMLExtendedStreamReader reader,
StoreConfigurationBuilder<?,?> storeBuilder) |
void |
ConfigurationParser.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. |
void |
Parser60.readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
CLInterfaceLoaderConfigurationParser60.readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder) |
Modifier and Type | Method and Description |
---|---|
static void |
JdbcStoreConfigurationParser60.parseAsyncStore(XMLExtendedStreamReader reader,
StoreConfigurationBuilder<?,?> storeBuilder) |
static void |
JdbcStoreConfigurationParser60.parseCommonLoaderAttributes(XMLExtendedStreamReader reader,
int i,
StoreConfigurationBuilder<?,?> builder)
This method is public static so that it can be reused by custom cache store/loader configuration parsers
|
static void |
JdbcStoreConfigurationParser60.parseCommonStoreAttributes(XMLExtendedStreamReader reader,
int i,
StoreConfigurationBuilder<?,?> builder)
This method is public static so that it can be reused by custom cache store/loader configuration parsers
|
static void |
JdbcStoreConfigurationParser60.parseCommonStoreChildren(XMLExtendedStreamReader reader,
StoreConfigurationBuilder<?,?> storeBuilder) |
static Properties |
JdbcStoreConfigurationParser60.parseProperties(XMLExtendedStreamReader reader) |
static void |
JdbcStoreConfigurationParser60.parseSingletonStore(XMLExtendedStreamReader reader,
StoreConfigurationBuilder<?,?> storeBuilder) |
void |
JdbcStoreConfigurationParser60.readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteStoreConfigurationParser60.readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.