org.apache.cxf.ws.rm.blueprint
Class RMBPBeanDefinitionParser
java.lang.Object
org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
org.apache.cxf.ws.rm.blueprint.RMBPBeanDefinitionParser
public class RMBPBeanDefinitionParser
- extends org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
This class provides some common functions used by the two BP bean definition parsers
in this package.
|
Method Summary |
protected void |
mapElement(org.apache.aries.blueprint.ParserContext ctx,
org.apache.aries.blueprint.mutable.MutableBeanMetadata bean,
Element el,
String name)
|
protected void |
mapElementToJaxbProperty(org.apache.aries.blueprint.ParserContext ctx,
org.apache.aries.blueprint.mutable.MutableBeanMetadata bean,
Element parent,
QName name,
String propertyName,
Class<?> c)
|
protected 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, createRef, createValue, createValue, getBus, getBusRef, hasBusProperty, isAttribute, isNamespace, mapAttribute, 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 |
RM_NS
protected static final String RM_NS
- See Also:
- Constant Field Values
RMBPBeanDefinitionParser
public RMBPBeanDefinitionParser(Class<?> beanClass)
parse
protected org.osgi.service.blueprint.reflect.Metadata parse(Element element,
org.apache.aries.blueprint.ParserContext context)
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 org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
mapElementToJaxbProperty
protected void mapElementToJaxbProperty(org.apache.aries.blueprint.ParserContext ctx,
org.apache.aries.blueprint.mutable.MutableBeanMetadata bean,
Element parent,
QName name,
String propertyName,
Class<?> c)
Apache CXF