Apache CXF API

org.apache.cxf.ws.rm.blueprint
Class RMBPTxStoreBeanDefinitionParser

java.lang.Object
  extended by org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
      extended by org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
          extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
AbstractBPBeanDefinitionParser.JAXBBeanFactory
 
Field Summary
 
Fields inherited from class org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
cls
 
Constructor Summary
RMBPTxStoreBeanDefinitionParser()
           
 
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.SimpleBPBeanDefinitionParser
getFactoryCreateType, getFactorySuffix, getId, parse
 
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
 

Constructor Detail

RMBPTxStoreBeanDefinitionParser

public RMBPTxStoreBeanDefinitionParser()
Method Detail

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 API

Apache CXF