public class JettyHTTPServerEngineBeanDefinitionParser extends AbstractBeanDefinitionParser
| Modifier and Type | Class and Description |
|---|---|
static class |
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine |
WIRE_BUS_ATTRIBUTE, WIRE_BUS_CREATE, WIRE_BUS_HANDLER, WIRE_BUS_NAME| 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 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 AbstractBeanDefinitionParserprotected boolean shouldGenerateId()
shouldGenerateId in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserprotected Class<?> getBeanClass(Element arg0)
getBeanClass in class AbstractBeanDefinitionParserpublic static 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