Package org.apache.cxf.bus.blueprint
Class BusDefinitionParser
- java.lang.Object
-
- org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
-
- org.apache.cxf.bus.blueprint.BusDefinitionParser
-
public class BusDefinitionParser extends AbstractBPBeanDefinitionParser
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
AbstractBPBeanDefinitionParser.JAXBBeanFactory
-
-
Constructor Summary
Constructors Constructor Description BusDefinitionParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
hasBusProperty()
protected void
mapElement(org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, Element el, String name)
org.osgi.service.blueprint.reflect.Metadata
parse(Element element, org.apache.aries.blueprint.ParserContext context)
protected void
processBusAttribute(Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, String val)
-
Methods inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
createObjectOfClass, createPassThrough, createRef, createValue, createValue, getBus, getBusRef, getContext, isAttribute, isNamespace, mapAttribute, mapElementToJaxbProperty, mapElementToJaxbProperty, mapToProperty, parseAttributes, parseChildElements, parseListData, parseMapData, parseQName, processNameAttribute, setFirstChildAsProperty
-
-
-
-
Method Detail
-
parse
public org.osgi.service.blueprint.reflect.Metadata parse(Element element, org.apache.aries.blueprint.ParserContext context)
-
processBusAttribute
protected void processBusAttribute(Element element, org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, String val)
- Overrides:
processBusAttribute
in classAbstractBPBeanDefinitionParser
-
hasBusProperty
protected boolean hasBusProperty()
- Overrides:
hasBusProperty
in classAbstractBPBeanDefinitionParser
-
mapElement
protected void mapElement(org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, Element el, String name)
- Overrides:
mapElement
in classAbstractBPBeanDefinitionParser
-
-