org.apache.cxf.ws.rm.blueprint
Class RMBPTxStoreBeanDefinitionParser
java.lang.Object
org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
org.apache.cxf.ws.rm.blueprint.RMBPTxStoreBeanDefinitionParser
public class RMBPTxStoreBeanDefinitionParser
- extends SimpleBPBeanDefinitionParser
This class provides some common functions used by the two BP TxStore bean definition parsers
in this package.
Method Summary |
protected void |
mapAttribute(org.apache.aries.blueprint.mutable.MutableBeanMetadata bean,
Element e,
String name,
String val,
org.apache.aries.blueprint.ParserContext context)
|
protected void |
parseChildElements(Element element,
org.apache.aries.blueprint.ParserContext ctx,
org.apache.aries.blueprint.mutable.MutableBeanMetadata bean)
|
Methods inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser |
createObjectOfClass, createPassThrough, createRef, createValue, createValue, getBus, getBusRef, getContext, hasBusProperty, isAttribute, isNamespace, mapElement, mapElementToJaxbProperty, mapElementToJaxbProperty, mapToProperty, parseAttributes, parseListData, parseMapData, parseQName, processBusAttribute, processNameAttribute, setFirstChildAsProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMBPTxStoreBeanDefinitionParser
public RMBPTxStoreBeanDefinitionParser()
parseChildElements
protected void parseChildElements(Element element,
org.apache.aries.blueprint.ParserContext ctx,
org.apache.aries.blueprint.mutable.MutableBeanMetadata bean)
- Overrides:
parseChildElements
in class AbstractBPBeanDefinitionParser
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
Apache CXF