Class JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine

  • All Implemented Interfaces:
    ServerEngine, org.apache.cxf.transport.http.HttpServerEngineSupport, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
    Enclosing class:
    JettyHTTPServerEngineBeanDefinitionParser

    public static class JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
    extends JettyHTTPServerEngine
    implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • SpringJettyHTTPServerEngine

        public SpringJettyHTTPServerEngine()
    • Method Detail

      • setBus

        public void setBus​(org.apache.cxf.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)
      • afterPropertiesSet

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