org.apache.cxf.transport.http.spring
Class HttpConduitBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
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
| Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE |
|
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 |
HttpConduitBeanDefinitionParser
public HttpConduitBeanDefinitionParser()
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.