public class BusDefinitionParser extends AbstractBPBeanDefinitionParser
| Type | Property and Description |
|---|---|
protected boolean |
hasBus |
| Constructor and Description |
|---|
BusDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
hasBusProperty() |
protected void |
mapElement(ParserContext ctx,
MutableBeanMetadata bean,
Element el,
String name) |
org.osgi.service.blueprint.reflect.Metadata |
parse(Element element,
ParserContext context) |
protected void |
processBusAttribute(Element element,
ParserContext ctx,
MutableBeanMetadata bean,
String val) |
createObjectOfClass, createPassThrough, createRef, createValue, createValue, getBus, getBusRef, getContext, isAttribute, isNamespace, mapAttribute, mapElementToHolder, mapElementToJaxbProperty, mapElementToJaxbProperty, mapToProperty, parseAttributes, parseChildElements, parseListData, parseMapData, parseQName, processNameAttribute, setFirstChildAsPropertyhasBusProperty in class AbstractBPBeanDefinitionParserpublic org.osgi.service.blueprint.reflect.Metadata parse(Element element, ParserContext context)
protected void processBusAttribute(Element element, ParserContext ctx, MutableBeanMetadata bean, String val)
processBusAttribute in class AbstractBPBeanDefinitionParserprotected boolean hasBusProperty()
hasBusProperty in class AbstractBPBeanDefinitionParserprotected void mapElement(ParserContext ctx,
MutableBeanMetadata bean,
Element el,
String name)
mapElement in class AbstractBPBeanDefinitionParserApache CXF