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
Constructors Constructor Description SpringNettyHttpServerEngineFactory()SpringNettyHttpServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetApplicationContext(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 Detail
-
SpringNettyHttpServerEngineFactory
public SpringNettyHttpServerEngineFactory()
-
SpringNettyHttpServerEngineFactory
public SpringNettyHttpServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threads)
-
-
Method Detail
-
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
-
-