Package org.apache.camel.spring.xml
Class SSLContextServerParametersFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
org.apache.camel.core.xml.util.jsse.AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
org.apache.camel.core.xml.util.jsse.AbstractSSLContextServerParametersFactoryBean
org.apache.camel.spring.xml.SSLContextServerParametersFactoryBean
- All Implemented Interfaces:
org.apache.camel.CamelContextAware
,org.apache.camel.spi.HasCamelContext
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.FactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
,org.springframework.context.ApplicationContextAware
public class SSLContextServerParametersFactoryBean
extends org.apache.camel.core.xml.util.jsse.AbstractSSLContextServerParametersFactoryBean
implements org.springframework.beans.factory.FactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>, org.springframework.context.ApplicationContextAware
-
Field Summary
Fields inherited from class org.apache.camel.core.xml.util.jsse.AbstractSSLContextServerParametersFactoryBean
clientAuthentication
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.CamelContext
getCamelContextWithId
(String camelContextId) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractSSLContextServerParametersFactoryBean
createInstance, getClientAuthentication, getObjectType, setClientAuthentication
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 org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomId
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
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
-
Constructor Details
-
SSLContextServerParametersFactoryBean
-
-
Method Details
-
getCamelContextWithId
- Specified by:
getCamelContextWithId
in classorg.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-