org.apache.cxf.transport.http_jetty.spring
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.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
Methods inherited from class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine |
addServant, checkRegistedContext, getConnector, getContextHandler, getContinuationsEnabled, getHandlers, getHost, getHTTPConnectorFactory, getHTTPSConnectorFactory, getMaxIdleTime, getPort, getProtocol, getSendServerVersion, getServant, getServer, getThreadingParameters, getTlsServerParameters, isReuseAddress, isSessionSupport, isSetThreadingParameters, removeServant, retrieveListenerFactory, setConnector, setContinuationsEnabled, setHandlers, setHost, setMaxIdleTime, setPort, setReuseAddress, setSendServerVersion, setServer, setSessionSupport, setThreadingParameters, setTlsServerParameters, setupThreadPool, shutdown, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
public JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac,
Bus b,
String host,
int port)
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
public JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine()
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()
throws GeneralSecurityException,
IOException
- Description copied from class:
JettyHTTPServerEngine
- This method is called after configure on this object.
- Overrides:
finalizeConfig
in class JettyHTTPServerEngine
- Throws:
GeneralSecurityException
IOException
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
Apache CXF