public class ServerFactoryBeanDefinitionParser
extends org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
| Type | Property and Description |
|---|---|
protected boolean |
hasBus |
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerFactoryBeanDefinitionParser.BPServerFactoryBean |
| Constructor and Description |
|---|
ServerFactoryBeanDefinitionParser() |
ServerFactoryBeanDefinitionParser(Class<?> cls) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId(Element elem,
org.apache.aries.blueprint.ParserContext context) |
protected boolean |
hasBusProperty() |
protected void |
mapAttribute(org.apache.aries.blueprint.mutable.MutableBeanMetadata bean,
Element e,
String name,
String val,
org.apache.aries.blueprint.ParserContext context) |
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) |
getFactoryCreateType, getFactorySuffixcreateObjectOfClass, createPassThrough, createRef, createValue, createValue, getBus, getBusRef, getContext, isAttribute, isNamespace, mapElementToJaxbProperty, mapElementToJaxbProperty, mapToProperty, parseAttributes, parseChildElements, parseListData, parseMapData, parseQName, processBusAttribute, processNameAttribute, setFirstChildAsPropertyhasBusProperty in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParserpublic ServerFactoryBeanDefinitionParser()
public ServerFactoryBeanDefinitionParser(Class<?> cls)
protected void mapAttribute(org.apache.aries.blueprint.mutable.MutableBeanMetadata bean,
Element e,
String name,
String val,
org.apache.aries.blueprint.ParserContext context)
mapAttribute in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParserprotected void mapElement(org.apache.aries.blueprint.ParserContext ctx,
org.apache.aries.blueprint.mutable.MutableBeanMetadata bean,
Element el,
String name)
mapElement in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParserpublic org.osgi.service.blueprint.reflect.Metadata parse(Element element, org.apache.aries.blueprint.ParserContext context)
parse in class org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParserpublic String getId(Element elem, org.apache.aries.blueprint.ParserContext context)
getId in class org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParserprotected boolean hasBusProperty()
hasBusProperty in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParserApache CXF