org.apache.camel.util.spring
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.util.jsse.TrustManagersParameters>
org.apache.camel.core.xml.util.jsse.AbstractTrustManagersParametersFactoryBean
org.apache.camel.util.spring.TrustManagersParametersFactoryBean
- All Implemented Interfaces:
- org.apache.camel.CamelContextAware, FactoryBean<org.apache.camel.util.jsse.TrustManagersParameters>, ApplicationContextAware
public class TrustManagersParametersFactoryBean
- extends org.apache.camel.core.xml.util.jsse.AbstractTrustManagersParametersFactoryBean
- implements FactoryBean<org.apache.camel.util.jsse.TrustManagersParameters>, ApplicationContextAware
Fields inherited from class org.apache.camel.core.xml.util.jsse.AbstractTrustManagersParametersFactoryBean |
algorithm, provider |
Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractTrustManagersParametersFactoryBean |
createInstance, getAlgorithm, getObject, getObjectType, getProvider, setAlgorithm, setProvider |
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, getCamelContext, getCamelContextId, setCamelContext, setCamelContextId |
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 |
TrustManagersParametersFactoryBean
public TrustManagersParametersFactoryBean()
getKeyStore
public KeyStoreParametersFactoryBean getKeyStore()
- Specified by:
getKeyStore
in class org.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 class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.util.jsse.TrustManagersParameters>
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
- Specified by:
setApplicationContext
in interface ApplicationContextAware
Apache CAMEL