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.
Methods inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser |
createObjectOfClass, createPassThrough, createRef, createValue, createValue, getBus, getBusRef, 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,
ParserContext ctx,
MutableBeanMetadata bean)
- Overrides:
parseChildElements
in class AbstractBPBeanDefinitionParser
mapAttribute
protected void mapAttribute(MutableBeanMetadata bean,
Element e,
String name,
String val,
ParserContext context)
- Overrides:
mapAttribute
in class AbstractBPBeanDefinitionParser
Apache CXF