Apache CXF API

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

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

public class HttpDestinationBPBeanDefinitionParser
extends AbstractBPBeanDefinitionParser


Constructor Summary
HttpDestinationBPBeanDefinitionParser()
           
 
Method Summary
protected  void mapElementToJaxbProperty(ParserContext ctx, MutableBeanMetadata bean, Element data, String propertyName, Class<?> c)
           
 Metadata parse(Element element, ParserContext context)
           
protected  void processNameAttribute(Element element, ParserContext context, 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, mapElement, mapElementToHolder, 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

HttpDestinationBPBeanDefinitionParser

public HttpDestinationBPBeanDefinitionParser()
Method Detail

parse

public Metadata parse(Element element,
                      ParserContext context)

processNameAttribute

protected void processNameAttribute(Element element,
                                    ParserContext context,
                                    MutableBeanMetadata bean,
                                    String val)
Overrides:
processNameAttribute in class AbstractBPBeanDefinitionParser

mapElementToJaxbProperty

protected void mapElementToJaxbProperty(ParserContext ctx,
                                        MutableBeanMetadata bean,
                                        Element data,
                                        String propertyName,
                                        Class<?> c)
Overrides:
mapElementToJaxbProperty in class AbstractBPBeanDefinitionParser

Apache CXF API

Apache CXF