Package org.apache.camel.spring.xml
Class TrustManagersParametersFactoryBean
- java.lang.Object
-
- org.apache.camel.model.IdentifiedType
-
- org.apache.camel.core.xml.AbstractCamelFactoryBean<T>
-
- org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>
-
- org.apache.camel.core.xml.util.jsse.AbstractTrustManagersParametersFactoryBean
-
- org.apache.camel.spring.xml.TrustManagersParametersFactoryBean
-
- All Implemented Interfaces:
org.apache.camel.CamelContextAware
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.FactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>
,org.springframework.context.ApplicationContextAware
public class TrustManagersParametersFactoryBean extends org.apache.camel.core.xml.util.jsse.AbstractTrustManagersParametersFactoryBean implements org.springframework.beans.factory.FactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>, org.springframework.context.ApplicationContextAware
-
-
Constructor Summary
Constructors Constructor Description TrustManagersParametersFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.camel.CamelContext
getCamelContextWithId(String camelContextId)
KeyStoreParametersFactoryBean
getKeyStore()
void
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
void
setKeyStore(KeyStoreParametersFactoryBean keyStore)
-
Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractTrustManagersParametersFactoryBean
createInstance, getAlgorithm, getObject, getObjectType, getProvider, getTrustManager, setAlgorithm, setProvider, setTrustManager
-
Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean
isSingleton
-
Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, setCamelContext, setCamelContextId, setCustomId
-
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
-
-
-
Constructor Detail
-
TrustManagersParametersFactoryBean
public TrustManagersParametersFactoryBean()
-
-
Method Detail
-
getKeyStore
public KeyStoreParametersFactoryBean getKeyStore()
- Specified by:
getKeyStore
in classorg.apache.camel.core.xml.util.jsse.AbstractTrustManagersParametersFactoryBean
-
setKeyStore
public void setKeyStore(KeyStoreParametersFactoryBean keyStore)
-
getCamelContextWithId
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
- Specified by:
getCamelContextWithId
in classorg.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-
-