public static class UndertowHTTPServerEngineFactoryBeanDefinitionParser.SpringUndertowHTTPServerEngineFactory extends UndertowHTTPServerEngineFactory implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
SpringUndertowHTTPServerEngineFactory() |
SpringUndertowHTTPServerEngineFactory(Bus bus,
Map<String,TLSServerParameters> tls,
Map<String,ThreadingParameters> threading) |
| Modifier and Type | Method and Description |
|---|---|
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx) |
createUndertowHTTPServerEngine, createUndertowHTTPServerEngine, destroyForPort, getBus, getMBeanServer, getThreadingParametersMap, getTlsServerParametersMap, initComplete, postShutdown, preShutdown, retrieveUndertowHTTPServerEngine, setBus, setEnginesList, setThreadingParametersMap, setTLSServerParametersForPort, setTLSServerParametersForPort, setTlsServerParametersMappublic SpringUndertowHTTPServerEngineFactory()
public SpringUndertowHTTPServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threading)
public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionApache CXF