org.infinispan.configuration.parsing
Interface ConfigurationParser<T>

All Superinterfaces:
org.jboss.staxmapper.XMLElementReader<T>
All Known Implementing Classes:
BdbjeCacheStoreConfigurationParser52, BdbjeCacheStoreConfigurationParser53, CassandraCacheStoreConfigurationParser52, CassandraCacheStoreConfigurationParser53, CloudCacheStoreConfigurationParser52, CloudCacheStoreConfigurationParser53, HBaseCacheStoreConfigurationParser52, HBaseCacheStoreConfigurationParser53, JdbcCacheStoreConfigurationParser52, JdbcCacheStoreConfigurationParser53, JdbmCacheStoreConfigurationParser52, JdbmCacheStoreConfigurationParser53, JpaCacheStoreConfigurationParser53, LevelDBCacheStoreConfigurationParser52, LevelDBCacheStoreConfigurationParser53, Parser51, Parser52, Parser53, RemoteCacheStoreConfigurationParser52, RemoteCacheStoreConfigurationParser53

public interface ConfigurationParser<T>
extends org.jboss.staxmapper.XMLElementReader<T>

ConfigurationParser.

Since:
5.2
Author:
Tristan Tarrant

Method Summary
 Namespace[] getSupportedNamespaces()
          Returns an array of namespaces supported by this parser
 
Methods inherited from interface org.jboss.staxmapper.XMLElementReader
readElement
 

Method Detail

getSupportedNamespaces

Namespace[] getSupportedNamespaces()
Returns an array of namespaces supported by this parser

Returns:
array of supported namespaces

-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.