org.apache.cxf.binding.soap.blueprint
Class SoapBindingBPInfoConfigDefinitionParser

java.lang.Object
  extended by org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
      extended by org.apache.cxf.binding.soap.blueprint.SoapBindingBPInfoConfigDefinitionParser

public class SoapBindingBPInfoConfigDefinitionParser
extends org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser


Constructor Summary
SoapBindingBPInfoConfigDefinitionParser()
           
 
Method Summary
protected  void mapElement(org.apache.aries.blueprint.ParserContext ctx, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, Element el, String name)
           
 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
 

Constructor Detail

SoapBindingBPInfoConfigDefinitionParser

public SoapBindingBPInfoConfigDefinitionParser()
Method Detail

parse

public 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


Apache CXF