Class UndertowHTTPServerEngineFactoryBeanDefinitionParser.SpringUndertowHTTPServerEngineFactory
java.lang.Object
org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngineFactory
org.apache.cxf.transport.http_undertow.spring.UndertowHTTPServerEngineFactoryBeanDefinitionParser.SpringUndertowHTTPServerEngineFactory
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Enclosing class:
- UndertowHTTPServerEngineFactoryBeanDefinitionParser
public static class UndertowHTTPServerEngineFactoryBeanDefinitionParser.SpringUndertowHTTPServerEngineFactory
extends UndertowHTTPServerEngineFactory
implements org.springframework.context.ApplicationContextAware
-
Constructor Summary
ConstructorsConstructorDescriptionSpringUndertowHTTPServerEngineFactory(Bus bus, Map<String, TLSServerParameters> tls, Map<String, ThreadingParameters> threading) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApplicationContext(org.springframework.context.ApplicationContext ctx) Methods inherited from class org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngineFactory
createUndertowHTTPServerEngine, createUndertowHTTPServerEngine, destroyForPort, getBus, getMBeanServer, getThreadingParametersMap, getTlsServerParametersMap, initComplete, postShutdown, preShutdown, retrieveUndertowHTTPServerEngine, setBus, setEnginesList, setThreadingParametersMap, setTLSServerParametersForPort, setTLSServerParametersForPort, setTlsServerParametersMap
-
Constructor Details
-
SpringUndertowHTTPServerEngineFactory
public SpringUndertowHTTPServerEngineFactory() -
SpringUndertowHTTPServerEngineFactory
public SpringUndertowHTTPServerEngineFactory(Bus bus, Map<String, TLSServerParameters> tls, Map<String, ThreadingParameters> threading)
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-