Infinispan Distribution 5.2.6.Final-redhat-2

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

All Superinterfaces:
org.jboss.staxmapper.XMLElementReader<T>
All Known Implementing Classes:
JdbcCacheStoreConfigurationParser52, JdbcCacheStoreConfigurationParserAS7, Parser51, Parser52, ParserAS7, RemoteCacheStoreConfigurationParser52, RemoteCacheStoreConfigurationParserAS7

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

Infinispan Distribution 5.2.6.Final-redhat-2

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