| org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
HttpConduitBeanDefinitionParser | public class HttpConduitBeanDefinitionParser extends AbstractBeanDefinitionParser (Code) | | |
Method Summary | |
public void | doParse(Element element, ParserContext ctx, BeanDefinitionBuilder bean) | protected Class | getBeanClass(Element arg0) | protected void | mapBeanOrClassElement(Element element, 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. | public void | mapTLSClientParameters(Node n, BeanDefinitionBuilder bean) Inject the "setTlsClientParameters" method with
a TLSClientParametersConfig object initialized with the JAXB
generated type unmarshalled from the selected node. |
doParse | public void doParse(Element element, ParserContext ctx, BeanDefinitionBuilder bean)(Code) | | |
mapBeanOrClassElement | protected void mapBeanOrClassElement(Element element, BeanDefinitionBuilder bean, Class elementClass)(Code) | | 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.
The element has either a "class" attribute or "bean" attribute, but
not both.
Parameters: element - The element. Parameters: bean - The Bean Definition Parser. Parameters: elementClass - The Class a bean or class is supposed to be. |
mapTLSClientParameters | public void mapTLSClientParameters(Node n, BeanDefinitionBuilder bean)(Code) | | Inject the "setTlsClientParameters" method with
a TLSClientParametersConfig object initialized with the JAXB
generated type unmarshalled from the selected node.
|
|
|