public class HttpConduitBeanDefinitionParser extends AbstractBeanDefinitionParser
hasBusProperty
WIRE_BUS_ATTRIBUTE, WIRE_BUS_CREATE, 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 e,
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, parseAttribute, parseAttributes, parseChildElements, parseQName, processBusAttribute, processNameAttribute, resolveId, setBeanClass, setFirstChildAsProperty, unmarshalFactoryString
doParse, getBeanClassName, getParentName, parseInternal
public void doParse(Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
doParse
in class AbstractBeanDefinitionParser
public void mapTLSClientParameters(Element e, 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 AbstractBeanDefinitionParser
Apache CXF