org.apache.cxf.transport.http_jetty.spring
Class JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine

java.lang.Object
  extended by org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
      extended by org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
All Implemented Interfaces:
ServerEngine, org.springframework.context.ApplicationContextAware
Enclosing class:
JettyHTTPServerEngineBeanDefinitionParser

public static class JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
extends JettyHTTPServerEngine
implements org.springframework.context.ApplicationContextAware


Field Summary
 
Fields inherited from class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
bus, factory
 
Constructor Summary
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine()
           
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, Bus bus, java.lang.String host, int port)
           
 
Method Summary
 void finalizeConfig()
          This method is called after configure on this object.
 void setApplicationContext(org.springframework.context.ApplicationContext ctx)
           
 void setThreadingParametersRef(java.lang.String s)
           
 void setTlsServerParametersRef(java.lang.String s)
           
 
Methods inherited from class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
addServant, getBus, getConnector, getContextHandler, getContinuationsEnabled, getHandlers, getHost, getHTTPConnectorFactory, getHTTPSConnectorFactory, getPort, getProtocol, getServant, getServer, getThreadingParameters, getTlsServerParameters, isReuseAddress, isSessionSupport, isSetThreadingParameters, removeServant, retrieveEngineFactory, retrieveListenerFactory, setBus, setConnector, setContinuationsEnabled, setHandlers, setHost, setJettyHTTPServerEngineFactory, setPort, setReuseAddress, setServer, setSessionSupport, setThreadingParameters, setTlsServerParameters, shutdown, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine

public JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac,
                                                                             Bus bus,
                                                                             java.lang.String host,
                                                                             int port)

JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine

public JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine()
Method Detail

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(java.lang.String s)

setTlsServerParametersRef

public void setTlsServerParametersRef(java.lang.String s)

finalizeConfig

@PostConstruct
public void finalizeConfig()
                    throws java.security.GeneralSecurityException,
                           java.io.IOException
Description copied from class: JettyHTTPServerEngine
This method is called after configure on this object.

Overrides:
finalizeConfig in class JettyHTTPServerEngine
Throws:
java.security.GeneralSecurityException
java.io.IOException


Apache CXF