Class RMBPTxStoreBeanDefinitionParser


  • public class RMBPTxStoreBeanDefinitionParser
    extends org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
    This class provides some common functions used by the two BP TxStore bean definition parsers in this package.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser

        org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser.JAXBBeanFactory
    • Field Summary

      • Fields inherited from class org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser

        cls
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void mapAttribute​(org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, Element e, String name, String val, org.apache.aries.blueprint.ParserContext context)  
      protected void parseChildElements​(Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean)  
      • Methods inherited from class org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser

        getFactoryCreateType, getFactorySuffix, getId, parse
      • Methods inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser

        createObjectOfClass, createPassThrough, createRef, createValue, createValue, getBus, getBusRef, getContext, hasBusProperty, isAttribute, isNamespace, mapElement, mapElementToJaxbProperty, mapElementToJaxbProperty, mapToProperty, parseAttributes, parseListData, parseMapData, parseQName, processBusAttribute, processNameAttribute, setFirstChildAsProperty
    • Constructor Detail

      • RMBPTxStoreBeanDefinitionParser

        public RMBPTxStoreBeanDefinitionParser()
    • Method Detail

      • parseChildElements

        protected void parseChildElements​(Element element,
                                          org.apache.aries.blueprint.ParserContext ctx,
                                          org.apache.aries.blueprint.mutable.MutableBeanMetadata bean)
        Overrides:
        parseChildElements in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
      • mapAttribute

        protected void mapAttribute​(org.apache.aries.blueprint.mutable.MutableBeanMetadata bean,
                                    Element e,
                                    String name,
                                    String val,
                                    org.apache.aries.blueprint.ParserContext context)
        Overrides:
        mapAttribute in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser