public class JettyHTTPServerEngineBeanDefinitionParser
extends org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
| Modifier and Type | Class and Description |
|---|---|
static class |
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine |
| Constructor and Description |
|---|
JettyHTTPServerEngineBeanDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
static ThreadingParameters |
createThreadingParameters(String s,
JAXBContext context) |
static String |
createThreadingParametersRef(String s,
JAXBContext context) |
static org.apache.cxf.configuration.jsse.TLSServerParametersConfig |
createTLSServerParametersConfig(String s,
JAXBContext context) |
static String |
createTLSServerParametersConfigRef(String s,
JAXBContext context) |
void |
doParse(Element element,
org.springframework.beans.factory.xml.ParserContext ctx,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean) |
protected Class<?> |
getBeanClass(Element arg0) |
protected boolean |
shouldGenerateId() |
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, unmarshalFactoryStringdoParse, getBeanClassName, getParentName, parseInternalpublic JettyHTTPServerEngineBeanDefinitionParser()
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.AbstractBeanDefinitionParserprotected boolean shouldGenerateId()
shouldGenerateId in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserprotected Class<?> getBeanClass(Element arg0)
getBeanClass in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParserpublic static org.apache.cxf.configuration.jsse.TLSServerParametersConfig createTLSServerParametersConfig(String s, JAXBContext context) throws GeneralSecurityException, IOException
GeneralSecurityExceptionIOExceptionpublic static String createTLSServerParametersConfigRef(String s, JAXBContext context) throws GeneralSecurityException, IOException
GeneralSecurityExceptionIOExceptionpublic static ThreadingParameters createThreadingParameters(String s, JAXBContext context)
public static String createThreadingParametersRef(String s, JAXBContext context)
Apache CXF