org.apache.cxf.jaxrs.blueprint
Class JAXRSServerFactoryBeanDefinitionParser
java.lang.Object
org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
org.apache.cxf.jaxrs.blueprint.JAXRSServerFactoryBeanDefinitionParser
public class JAXRSServerFactoryBeanDefinitionParser
- extends SimpleBPBeanDefinitionParser
Method Summary |
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)
|
Methods inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser |
createObjectOfClass, createPassThrough, createRef, createValue, createValue, getBus, getBusRef, getContext, isAttribute, isNamespace, mapElementToJaxbProperty, mapElementToJaxbProperty, mapToProperty, parseAttributes, parseChildElements, parseListData, parseMapData, parseQName, processBusAttribute, processNameAttribute, setFirstChildAsProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXRSServerFactoryBeanDefinitionParser
public JAXRSServerFactoryBeanDefinitionParser()
mapAttribute
protected void mapAttribute(org.apache.aries.blueprint.mutable.MutableBeanMetadata bean,
Element e,
String name,
String val,
org.apache.aries.blueprint.ParserContext context)
- Overrides:
mapAttribute
in class AbstractBPBeanDefinitionParser
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 AbstractBPBeanDefinitionParser
parse
public org.osgi.service.blueprint.reflect.Metadata parse(Element element,
org.apache.aries.blueprint.ParserContext context)
- Overrides:
parse
in class SimpleBPBeanDefinitionParser
hasBusProperty
protected boolean hasBusProperty()
- Overrides:
hasBusProperty
in class AbstractBPBeanDefinitionParser
Apache CXF