Apache CXF API

org.apache.cxf.configuration.spring
Class SimpleBeanDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
      extended by org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
          extended by org.apache.cxf.configuration.spring.SimpleBeanDefinitionParser

public class SimpleBeanDefinitionParser
extends AbstractBeanDefinitionParser

This bean parser will map all the attributes to properties on the bean.


Field Summary
 
Fields inherited from class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
WIRE_BUS_ATTRIBUTE, WIRE_BUS_CREATE, WIRE_BUS_HANDLER, WIRE_BUS_NAME
 
Constructor Summary
SimpleBeanDefinitionParser(Class<?> beanClass)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
addBusWiringAttribute, addBusWiringAttribute, doParse, getBeanClass, getBeanClass, getFirstChild, getIdOrName, getJaxbPackage, getSuffix, hasBusProperty, isAttribute, mapAttribute, mapAttribute, mapElement, mapElementToJaxbBean, mapElementToJaxbBean, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbPropertyFactory, mapToProperty, parseAttributes, parseChildElements, parseQName, processBusAttribute, processNameAttribute, resolveId, setBeanClass, setFirstChildAsProperty, unmarshalFactoryString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBeanDefinitionParser

public SimpleBeanDefinitionParser(Class<?> beanClass)

Apache CXF API

Apache CXF