Apache CXF API

org.apache.cxf.transport.http.blueprint
Class HttpConduitBPBeanDefinitionParser

java.lang.Object
  extended by org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
      extended by org.apache.cxf.transport.http.blueprint.HttpConduitBPBeanDefinitionParser

public class HttpConduitBPBeanDefinitionParser
extends AbstractBPBeanDefinitionParser


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
AbstractBPBeanDefinitionParser.JAXBBeanFactory
 
Constructor Summary
HttpConduitBPBeanDefinitionParser()
           
 
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)
           
protected  void processNameAttribute(Element element, org.apache.aries.blueprint.ParserContext context, org.apache.aries.blueprint.mutable.MutableBeanMetadata bean, String val)
           
 
Methods inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
createObjectOfClass, createPassThrough, createRef, createValue, createValue, getBus, getBusRef, getContext, hasBusProperty, isAttribute, isNamespace, mapAttribute, mapElementToJaxbProperty, mapElementToJaxbProperty, mapToProperty, parseAttributes, parseChildElements, parseListData, parseMapData, parseQName, processBusAttribute, setFirstChildAsProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConduitBPBeanDefinitionParser

public HttpConduitBPBeanDefinitionParser()
Method Detail

parse

public org.osgi.service.blueprint.reflect.Metadata parse(Element element,
                                                         org.apache.aries.blueprint.ParserContext context)

processNameAttribute

protected void processNameAttribute(Element element,
                                    org.apache.aries.blueprint.ParserContext context,
                                    org.apache.aries.blueprint.mutable.MutableBeanMetadata bean,
                                    String val)
Overrides:
processNameAttribute in class AbstractBPBeanDefinitionParser

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 AbstractBPBeanDefinitionParser

Apache CXF API

Apache CXF