org.apache.cxf.configuration.spring
Class SimpleBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
org.apache.cxf.configuration.spring.SimpleBeanDefinitionParser
public class SimpleBeanDefinitionParser
- extends AbstractBeanDefinitionParser
This bean parser will map all the attributes to properties on the bean.
| 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 |
SimpleBeanDefinitionParser
public SimpleBeanDefinitionParser(Class<?> beanClass)
Apache CXF