GigaSpaces XAP 9.0 API

org.openspaces.core.config
Class UrlSpaceBeanDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
              extended by org.openspaces.core.config.UrlSpaceBeanDefinitionParser
All Implemented Interfaces:
BeanDefinitionParser

public class UrlSpaceBeanDefinitionParser
extends AbstractSimpleBeanDefinitionParser

A bean definition builder for UrlSpaceFactoryBean.

Author:
kimchy

Field Summary
static String DATA_SOURCE
           
static String GATEWAY_TARGETS
           
static String PARAMETERS
           
static String PROPERTIES
           
static String URL_PROPERTIES
           
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
UrlSpaceBeanDefinitionParser()
           
 
Method Summary
protected  void doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder)
           
protected  Class<UrlSpaceFactoryBean> getBeanClass(Element element)
           
protected  boolean isEligibleAttribute(String attributeName)
           
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
extractPropertyName, isEligibleAttribute, isEligibleAttribute, postProcess
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClassName, getParentName, parseInternal
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

PARAMETERS

public static final String PARAMETERS
See Also:
Constant Field Values

PROPERTIES

public static final String PROPERTIES
See Also:
Constant Field Values

URL_PROPERTIES

public static final String URL_PROPERTIES
See Also:
Constant Field Values

GATEWAY_TARGETS

public static final String GATEWAY_TARGETS
See Also:
Constant Field Values
Constructor Detail

UrlSpaceBeanDefinitionParser

public UrlSpaceBeanDefinitionParser()
Method Detail

getBeanClass

protected Class<UrlSpaceFactoryBean> getBeanClass(Element element)
Overrides:
getBeanClass in class AbstractSingleBeanDefinitionParser

isEligibleAttribute

protected boolean isEligibleAttribute(String attributeName)
Overrides:
isEligibleAttribute in class AbstractSimpleBeanDefinitionParser

doParse

protected void doParse(Element element,
                       ParserContext parserContext,
                       BeanDefinitionBuilder builder)
Overrides:
doParse in class AbstractSimpleBeanDefinitionParser

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.