Class JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory
java.lang.Object
org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Enclosing class:
- JettyHTTPServerEngineFactoryBeanDefinitionParser
public static class JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory
extends JettyHTTPServerEngineFactory
implements org.springframework.context.ApplicationContextAware
-
Constructor Summary
ConstructorsConstructorDescriptionSpringJettyHTTPServerEngineFactory(org.apache.cxf.Bus bus, Map<String, org.apache.cxf.configuration.jsse.TLSServerParameters> tls, Map<String, ThreadingParameters> threading) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApplicationContext(org.springframework.context.ApplicationContext ctx) Methods inherited from class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
createJettyHTTPServerEngine, createJettyHTTPServerEngine, createJettyHTTPServerEngine, destroyForPort, getBus, getMBeanContainer, getMBeanServer, getThreadingParametersMap, getTlsServerParametersMap, initComplete, postShutdown, preShutdown, retrieveJettyHTTPServerEngine, setBus, setEnginesList, setThreadingParametersMap, setTLSServerParametersForPort, setTLSServerParametersForPort, setTlsServerParametersMap
-
Constructor Details
-
SpringJettyHTTPServerEngineFactory
public SpringJettyHTTPServerEngineFactory() -
SpringJettyHTTPServerEngineFactory
public SpringJettyHTTPServerEngineFactory(org.apache.cxf.Bus bus, Map<String, org.apache.cxf.configuration.jsse.TLSServerParameters> tls, Map<String, ThreadingParameters> threading)
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-