Class NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory
java.lang.Object
org.apache.cxf.transport.http.netty.server.NettyHttpServerEngineFactory
org.apache.cxf.transport.http.netty.server.spring.NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory
- All Implemented Interfaces:
BusLifeCycleListener,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Enclosing class:
- NettyHttpServerEngineFactoryBeanDefinitionParser
public static class NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory
extends NettyHttpServerEngineFactory
implements org.springframework.context.ApplicationContextAware
-
Constructor Summary
ConstructorsConstructorDescriptionSpringNettyHttpServerEngineFactory(Bus bus, Map<String, TLSServerParameters> tls, Map<String, ThreadingParameters> threads) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApplicationContext(org.springframework.context.ApplicationContext ctx) Methods inherited from class org.apache.cxf.transport.http.netty.server.NettyHttpServerEngineFactory
createNettyHttpServerEngine, createNettyHttpServerEngine, destroyForPort, getBus, getThreadingParametersMap, getTlsServerParametersMap, initComplete, postShutdown, preShutdown, retrieveNettyHttpServerEngine, setBus, setEnginesList, setThreadingParametersMap, setTlsServerParameters
-
Constructor Details
-
SpringNettyHttpServerEngineFactory
public SpringNettyHttpServerEngineFactory() -
SpringNettyHttpServerEngineFactory
public SpringNettyHttpServerEngineFactory(Bus bus, Map<String, TLSServerParameters> tls, Map<String, ThreadingParameters> threads)
-
-
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
-