Anyframe Core

anyframe.common.config
Class ServiceBeanDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by anyframe.common.config.ServiceBeanDefinitionParser
All Implemented Interfaces:
BeanDefinitionParser

public class ServiceBeanDefinitionParser
extends AbstractSingleBeanDefinitionParser

BeanDefinitionParser implementation for supporting Avalon Configurable API

Since:
2007.06.20
Author:
MyungChul Kang

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
ServiceBeanDefinitionParser()
           
 
Method Summary
protected  void doParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder)
          
protected  Class getBeanClass(Element element)
          
static String xmllize(Document root, boolean hdr, String encoding)
           
 
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
 

Constructor Detail

ServiceBeanDefinitionParser

public ServiceBeanDefinitionParser()
Method Detail

getBeanClass

protected Class getBeanClass(Element element)

Overrides:
getBeanClass in class AbstractSingleBeanDefinitionParser

doParse

protected void doParse(Element element,
                       ParserContext parserContext,
                       BeanDefinitionBuilder builder)

Overrides:
doParse in class AbstractSingleBeanDefinitionParser

xmllize

public static String xmllize(Document root,
                             boolean hdr,
                             String encoding)
                      throws IOException
Throws:
IOException

Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.