Apache CXF API

org.apache.cxf.transport.http.netty.server.spring
Class NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory

java.lang.Object
  extended by org.apache.cxf.transport.http.netty.server.NettyHttpServerEngineFactory
      extended by 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
NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory()
           
NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threads)
           
 
Method Summary
 void setApplicationContext(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory

public NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory()

NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory

public NettyHttpServerEngineFactoryBeanDefinitionParser.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:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

Apache CXF API

Apache CXF