Package 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 org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJAXRSServerFactoryBeanDefinitionParser.BPJAXRSServerFactoryBeanstatic classJAXRSServerFactoryBeanDefinitionParser.PassThroughCallable<T>
-
Constructor Summary
Constructors Constructor Description JAXRSServerFactoryBeanDefinitionParser()JAXRSServerFactoryBeanDefinitionParser(Class<?> cls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanhasBusProperty()protected voidmapAttribute(org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, Element e, String name, String val, org.apache.aries.blueprint.ParserContext context)protected voidmapElement(org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, Element el, String name)org.osgi.service.blueprint.reflect.Metadataparse(Element element, org.apache.aries.blueprint.ParserContext context)-
Methods inherited from class org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
getFactoryCreateType, getFactorySuffix, getId
-
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
-
-
-
-
Constructor Detail
-
JAXRSServerFactoryBeanDefinitionParser
public JAXRSServerFactoryBeanDefinitionParser()
-
JAXRSServerFactoryBeanDefinitionParser
public JAXRSServerFactoryBeanDefinitionParser(Class<?> cls)
-
-
Method Detail
-
mapAttribute
protected void mapAttribute(org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, Element e, String name, String val, org.apache.aries.blueprint.ParserContext context)- Overrides:
mapAttributein classorg.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
-
mapElement
protected void mapElement(org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, Element el, String name)- Overrides:
mapElementin classorg.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
-
parse
public org.osgi.service.blueprint.reflect.Metadata parse(Element element, org.apache.aries.blueprint.ParserContext context)
- Overrides:
parsein classorg.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
-
hasBusProperty
protected boolean hasBusProperty()
- Overrides:
hasBusPropertyin classorg.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
-
-