public class SSLContextServerParametersFactoryBean
extends org.apache.camel.core.xml.util.jsse.AbstractSSLContextServerParametersFactoryBean
implements org.springframework.beans.factory.FactoryBean<org.apache.camel.util.jsse.SSLContextServerParameters>, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
SSLContextServerParametersFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.CamelContext |
getCamelContextWithId(String camelContextId) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
createInstance, getClientAuthentication, getObjectType, setClientAuthentication
getCipherSuites, getCipherSuitesFilter, getObject, getSecureSocketProtocols, getSecureSocketProtocolsFilter, getSessionTimeout, setCipherSuites, setCipherSuitesFilter, setSecureSocketProtocols, setSecureSocketProtocolsFilter, setSessionTimeout
isSingleton
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, setCamelContext, setCamelContextId
public SSLContextServerParametersFactoryBean()
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
getCamelContextWithId
in class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.util.jsse.SSLContextServerParameters>
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
Apache Camel