Apache CXF API

org.apache.cxf.transport.http.netty.server.spring
Class NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine

java.lang.Object
  extended by org.apache.cxf.transport.http.netty.server.NettyHttpServerEngine
      extended by org.apache.cxf.transport.http.netty.server.spring.NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine
All Implemented Interfaces:
ServerEngine, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
Enclosing class:
NettyHttpServerEngineBeanDefinitionParser

public static class NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine
extends NettyHttpServerEngine
implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean


Constructor Summary
NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine()
           
NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine(NettyHttpServerEngineFactory fac, Bus b, String host, int port)
           
 
Method Summary
 void afterPropertiesSet()
           
 void finalizeConfig()
           
 void setApplicationContext(org.springframework.context.ApplicationContext ctx)
           
 void setBus(Bus b)
           
 void setThreadingParametersRef(String s)
           
 void setTlsServerParametersRef(String s)
           
 
Methods inherited from class org.apache.cxf.transport.http.netty.server.NettyHttpServerEngine
addServant, checkRegistedContext, getHost, getMaxChunkContentSize, getPort, getProtocol, getReadIdleTime, getServant, getThreadingParameters, getTlsServerParameters, getWriteIdleTime, isSessionSupport, removeServant, setHost, setMaxChunkContentSize, setPort, setProtocol, setReadIdleTime, setSessionSupport, setThreadingParameters, setTlsServerParameters, setWriteIdleTime, shutdown, startServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine

public NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine(NettyHttpServerEngineFactory fac,
                                                                             Bus b,
                                                                             String host,
                                                                             int port)

NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine

public NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine()
Method Detail

setBus

public void setBus(Bus b)

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

setThreadingParametersRef

public void setThreadingParametersRef(String s)

setTlsServerParametersRef

public void setTlsServerParametersRef(String s)

finalizeConfig

@PostConstruct
public void finalizeConfig()
Overrides:
finalizeConfig in class NettyHttpServerEngine

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

Apache CXF API

Apache CXF