Class RMBPBeanDefinitionParser


  • public class RMBPBeanDefinitionParser
    extends org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
    This class provides some common functions used by the two BP 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 
      Modifier and Type Field Description
      protected static String RM_NS  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void mapElement​(org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, Element el, String name)  
      protected org.osgi.service.blueprint.reflect.Metadata parse​(Element element, org.apache.aries.blueprint.ParserContext context)  
      • Methods inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser

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

      • RMBPBeanDefinitionParser

        public RMBPBeanDefinitionParser​(Class<?> beanClass)
    • Method Detail

      • parse

        protected org.osgi.service.blueprint.reflect.Metadata parse​(Element element,
                                                                    org.apache.aries.blueprint.ParserContext context)
      • mapElement

        protected void mapElement​(org.apache.aries.blueprint.ParserContext ctx,
                                  org.apache.aries.blueprint.mutable.MutableBeanMetadata bean,
                                  Element el,
                                  String name)
        Overrides:
        mapElement in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser