public class BusDefinitionParser extends AbstractBPBeanDefinitionParser
Type | Property and Description |
---|---|
protected boolean |
hasBus |
AbstractBPBeanDefinitionParser.JAXBBeanFactory
Constructor and Description |
---|
BusDefinitionParser() |
Modifier and Type | Method and 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) |
createObjectOfClass, createPassThrough, createRef, createValue, createValue, getBus, getBusRef, getContext, isAttribute, isNamespace, mapAttribute, mapElementToJaxbProperty, mapElementToJaxbProperty, mapToProperty, parseAttributes, parseChildElements, parseListData, parseMapData, parseQName, processNameAttribute, setFirstChildAsProperty
hasBusProperty
in class AbstractBPBeanDefinitionParser
public 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)
processBusAttribute
in class AbstractBPBeanDefinitionParser
protected boolean hasBusProperty()
hasBusProperty
in class AbstractBPBeanDefinitionParser
protected void mapElement(org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, Element el, String name)
mapElement
in class AbstractBPBeanDefinitionParser
Apache CXF