org.apache.cxf.transport.http.spring
Class HttpConduitBeanDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
              extended by org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class HttpConduitBeanDefinitionParser
extends org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser


Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
HttpConduitBeanDefinitionParser()
           
 
Method Summary
protected  void doParse(org.w3c.dom.Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
           
protected  java.lang.Class getBeanClass(org.w3c.dom.Element arg0)
           
protected  java.lang.String getJaxbPackage()
           
 
Methods inherited from class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
mapAttributeToProperty, mapElementToJaxbProperty, mapElementToJaxbProperty, mapToProperty, setFirstChildAsProperty
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, parseInternal
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConduitBeanDefinitionParser

public HttpConduitBeanDefinitionParser()
Method Detail

doParse

protected void doParse(org.w3c.dom.Element element,
                       org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
Overrides:
doParse in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser

getJaxbPackage

protected java.lang.String getJaxbPackage()
Overrides:
getJaxbPackage in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser

getBeanClass

protected java.lang.Class getBeanClass(org.w3c.dom.Element arg0)
Specified by:
getBeanClass in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.