Package org.apache.camel.spring.xml
Class TrustManagersParametersFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>
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.apache.camel.spi.HasCamelContext,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
- 
Field Summary
Fields inherited from class org.apache.camel.core.xml.util.jsse.AbstractTrustManagersParametersFactoryBean
algorithm, provider, trustManagerFields 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(org.springframework.context.ApplicationContext applicationContext) voidsetKeyStore(KeyStoreParametersFactoryBean keyStore) Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractTrustManagersParametersFactoryBean
createInstance, getAlgorithm, getObject, getObjectType, getProvider, getTrustManager, setAlgorithm, setProvider, setTrustManagerMethods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, isSingleton, 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
- 
TrustManagersParametersFactoryBean
public TrustManagersParametersFactoryBean() 
 - 
 - 
Method Details
- 
getKeyStore
- Specified by:
 getKeyStorein classorg.apache.camel.core.xml.util.jsse.AbstractTrustManagersParametersFactoryBean
 - 
setKeyStore
 - 
getCamelContextWithId
- Specified by:
 getCamelContextWithIdin classorg.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.TrustManagersParameters>
 - 
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
 setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware
 
 -