|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
public class HttpConduitBeanDefinitionParser
| Field Summary |
|---|
| Fields inherited from class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser |
|---|
WIRE_BUS_ATTRIBUTE |
| Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
|---|
ID_ATTRIBUTE |
| Constructor Summary | |
|---|---|
HttpConduitBeanDefinitionParser()
|
|
| Method Summary | |
|---|---|
void |
doParse(Element element,
org.springframework.beans.factory.xml.ParserContext ctx,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
|
protected Class |
getBeanClass(Element arg0)
|
protected void |
mapBeanOrClassElement(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
Class elementClass)
This method finds the class or bean associated with the named element and sets the bean property that is associated with the same name as the element. |
void |
mapTLSClientParameters(Element n,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
Inject the "setTlsClientParameters" method with a TLSClientParametersConfig object initialized with the JAXB generated type unmarshalled from the selected node. |
| Methods inherited from class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser |
|---|
addBusWiringAttribute, getBeanClass, getFirstChild, getIdOrName, getJaxbPackage, getSuffix, hasBusProperty, isAttribute, mapAttribute, mapAttribute, mapElement, mapElementToJaxbBean, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbPropertyFactory, mapToProperty, parseAttributes, parseChildElements, parseQName, resolveId, setBeanClass, setFirstChildAsProperty, unmarshalFactoryString |
| Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser |
|---|
doParse, getBeanClassName, getParentName, parseInternal |
| Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
|---|
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpConduitBeanDefinitionParser()
| Method Detail |
|---|
public void doParse(Element element,
org.springframework.beans.factory.xml.ParserContext ctx,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
doParse in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
public void mapTLSClientParameters(Element n,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
protected void mapBeanOrClassElement(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean,
Class elementClass)
The element has either a "class" attribute or "bean" attribute, but not both.
element - The element.bean - The Bean Definition Parser.elementClass - The Class a bean or class is supposed to be.protected Class getBeanClass(Element arg0)
getBeanClass in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||