public class HttpConduitBeanDefinitionParser extends AbstractBeanDefinitionParser
hasBusPropertyWIRE_BUS_ATTRIBUTE, WIRE_BUS_HANDLER, WIRE_BUS_NAME| Constructor and Description |
|---|
HttpConduitBeanDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
addBusWiringAttribute, addBusWiringAttribute, getBeanClass, getFirstChild, getIdOrName, getJaxbPackage, getSuffix, hasBusProperty, isAttribute, mapAttribute, mapAttribute, mapElement, mapElementToJaxbBean, mapElementToJaxbBean, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbProperty, mapElementToJaxbPropertyFactory, mapToProperty, parseAttributes, parseChildElements, parseQName, resolveId, setBeanClass, setFirstChildAsProperty, unmarshalFactoryStringdoParse, getBeanClassName, getParentName, parseInternalpublic void doParse(Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
doParse in class AbstractBeanDefinitionParserpublic 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 AbstractBeanDefinitionParserApache CXF