Class JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine

java.lang.Object
org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
org.apache.cxf.transport.http_jetty.spring.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 Details

    • SpringJettyHTTPServerEngine

      public SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, org.apache.cxf.Bus b, String host, int port)
    • SpringJettyHTTPServerEngine

      public SpringJettyHTTPServerEngine()
  • Method Details

    • 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)
    • finalizeConfig

      @PostConstruct public void finalizeConfig()
      Description copied from class: JettyHTTPServerEngine
      This method is called after configure on this object.
      Overrides:
      finalizeConfig in class JettyHTTPServerEngine
    • afterPropertiesSet

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