public class NettyHttpServerEngineBeanDefinitionParser extends AbstractBeanDefinitionParser
hasBusProperty
Modifier and Type | Class and Description |
---|---|
static class |
NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine |
WIRE_BUS_ATTRIBUTE, WIRE_BUS_CREATE, WIRE_BUS_HANDLER, WIRE_BUS_NAME
Constructor and Description |
---|
NettyHttpServerEngineBeanDefinitionParser() |
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, unmarshalFactoryString
doParse, getBeanClassName, getParentName, parseInternal
public NettyHttpServerEngineBeanDefinitionParser()
public void doParse(Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
doParse
in class AbstractBeanDefinitionParser
protected boolean shouldGenerateId()
shouldGenerateId
in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
protected Class<?> getBeanClass(Element arg0)
getBeanClass
in class AbstractBeanDefinitionParser
public static TLSServerParametersConfig createTLSServerParametersConfig(String s, JAXBContext context) throws GeneralSecurityException, IOException
GeneralSecurityException
IOException
public static String createTLSServerParametersConfigRef(String s, JAXBContext context) throws GeneralSecurityException, IOException
GeneralSecurityException
IOException
public static ThreadingParameters createThreadingParameters(String s, JAXBContext context)
public static String createThreadingParametersRef(String s, JAXBContext context)
Apache CXF