org.springframework.data.gemfire.repository.config
Class GemfireRepositoryParser

java.lang.Object
  extended by org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser<org.springframework.data.gemfire.repository.config.SimpleGemfireRepositoryConfiguration,org.springframework.data.gemfire.repository.config.SimpleGemfireRepositoryConfiguration.GemfireRepositoryConfiguration>
      extended by org.springframework.data.gemfire.repository.config.GemfireRepositoryParser
All Implemented Interfaces:
BeanDefinitionParser

public class GemfireRepositoryParser
extends org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser<org.springframework.data.gemfire.repository.config.SimpleGemfireRepositoryConfiguration,org.springframework.data.gemfire.repository.config.SimpleGemfireRepositoryConfiguration.GemfireRepositoryConfiguration>

BeanDefinitionParser to create GemfireRepositoryFactoryBean.


Constructor Summary
GemfireRepositoryParser()
           
 
Method Summary
protected  org.springframework.data.gemfire.repository.config.SimpleGemfireRepositoryConfiguration getGlobalRepositoryConfigInformation(Element element)
           
 
Methods inherited from class org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser
hasBean, parse, postProcessBeanDefinition, registerBeansForRoot, registerWithSourceAndGeneratedBeanName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GemfireRepositoryParser

public GemfireRepositoryParser()
Method Detail

getGlobalRepositoryConfigInformation

protected org.springframework.data.gemfire.repository.config.SimpleGemfireRepositoryConfiguration getGlobalRepositoryConfigInformation(Element element)
Specified by:
getGlobalRepositoryConfigInformation in class org.springframework.data.repository.config.AbstractRepositoryConfigDefinitionParser<org.springframework.data.gemfire.repository.config.SimpleGemfireRepositoryConfiguration,org.springframework.data.gemfire.repository.config.SimpleGemfireRepositoryConfiguration.GemfireRepositoryConfiguration>