Package org.apache.camel.spring.xml
Class SSLContextClientParametersFactoryBean
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<org.apache.camel.support.jsse.SSLContextClientParameters>
org.apache.camel.core.xml.util.jsse.AbstractSSLContextClientParametersFactoryBean
org.apache.camel.spring.xml.SSLContextClientParametersFactoryBean
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,org.apache.camel.spi.HasCamelContext,Aware,FactoryBean<org.apache.camel.support.jsse.SSLContextClientParameters>,ApplicationContextAware
public class SSLContextClientParametersFactoryBean
extends org.apache.camel.core.xml.util.jsse.AbstractSSLContextClientParametersFactoryBean
implements FactoryBean<org.apache.camel.support.jsse.SSLContextClientParameters>, ApplicationContextAware
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.CamelContextgetCamelContextWithId(String camelContextId) voidsetApplicationContext(ApplicationContext applicationContext) Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractSSLContextClientParametersFactoryBean
createInstance, getObjectType, getSniHostNamesDefinitionMethods inherited from class org.apache.camel.core.xml.util.jsse.AbstractBaseSSLContextParametersFactoryBean
getCipherSuites, getCipherSuitesFilter, getObject, getSecureSocketProtocols, getSecureSocketProtocolsFilter, getSessionTimeout, setCipherSuites, setCipherSuitesFilter, setSecureSocketProtocols, setSecureSocketProtocolsFilter, setSessionTimeoutMethods inherited from class org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean
isSingletonMethods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, setCamelContext, setCamelContextId, setCustomIdMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
getObject, getObjectType, isSingleton
-
Constructor Details
-
SSLContextClientParametersFactoryBean
-
-
Method Details
-
getCamelContextWithId
- Specified by:
getCamelContextWithIdin classorg.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.SSLContextClientParameters>
-
setApplicationContext
- Specified by:
setApplicationContextin interfaceApplicationContextAware
-