Class NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine

java.lang.Object
org.apache.cxf.transport.http.netty.server.NettyHttpServerEngine
org.apache.cxf.transport.http.netty.server.spring.NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine
All Implemented Interfaces:
HttpServerEngineSupport, 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 Details

    • SpringNettyHttpServerEngine

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

      public SpringNettyHttpServerEngine()
  • Method Details

    • setBus

      public void setBus(Bus b)
      Overrides:
      setBus in class NettyHttpServerEngine
    • 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