org.apache.camel.util.spring
Class SSLContextServerParametersFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelFactoryBean<T>
org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean<T>
org.apache.camel.core.xml.util.jsse.AbstractBaseSSLContextParametersFactoryBean<SSLContextServerParameters>
org.apache.camel.core.xml.util.jsse.AbstractSSLContextServerParametersFactoryBean
org.apache.camel.util.spring.SSLContextServerParametersFactoryBean
- All Implemented Interfaces:
- CamelContextAware, org.springframework.beans.factory.FactoryBean<SSLContextServerParameters>, org.springframework.context.ApplicationContextAware
public class SSLContextServerParametersFactoryBean
- extends AbstractSSLContextServerParametersFactoryBean
- implements org.springframework.beans.factory.FactoryBean<SSLContextServerParameters>, org.springframework.context.ApplicationContextAware
| Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractBaseSSLContextParametersFactoryBean |
getCipherSuites, getCipherSuitesFilter, getObject, getSecureSocketProtocols, getSecureSocketProtocolsFilter, getSessionTimeout, setCipherSuites, setCipherSuitesFilter, setSecureSocketProtocols, setSecureSocketProtocolsFilter, setSessionTimeout |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.beans.factory.FactoryBean |
getObject, getObjectType, isSingleton |
SSLContextServerParametersFactoryBean
public SSLContextServerParametersFactoryBean()
getCamelContextWithId
protected CamelContext getCamelContextWithId(String camelContextId)
- Specified by:
getCamelContextWithId in class AbstractCamelFactoryBean<SSLContextServerParameters>
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Apache CAMEL