public static class UndertowHTTPServerEngineFactoryBeanDefinitionParser.SpringUndertowHTTPServerEngineFactory extends UndertowHTTPServerEngineFactory implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
SpringUndertowHTTPServerEngineFactory() |
SpringUndertowHTTPServerEngineFactory(org.apache.cxf.Bus bus,
Map<String,org.apache.cxf.configuration.jsse.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(org.apache.cxf.Bus bus,
Map<String,org.apache.cxf.configuration.jsse.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