Class UndertowHTTPServerEngineBeanDefinitionParser.SpringUndertowHTTPServerEngine

java.lang.Object
org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngine
org.apache.cxf.transport.http_undertow.spring.UndertowHTTPServerEngineBeanDefinitionParser.SpringUndertowHTTPServerEngine
All Implemented Interfaces:
ServerEngine, HttpServerEngineSupport, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
Enclosing class:
UndertowHTTPServerEngineBeanDefinitionParser

public static class UndertowHTTPServerEngineBeanDefinitionParser.SpringUndertowHTTPServerEngine extends UndertowHTTPServerEngine implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • SpringUndertowHTTPServerEngine

      public SpringUndertowHTTPServerEngine(UndertowHTTPServerEngineFactory fac, Bus b, String host, int port)
    • SpringUndertowHTTPServerEngine

      public SpringUndertowHTTPServerEngine()
  • Method Details

    • 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 UndertowHTTPServerEngine
    • afterPropertiesSet

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