public class KeyManagersParametersFactoryBean extends org.apache.camel.core.xml.util.jsse.AbstractKeyManagersParametersFactoryBean implements FactoryBean<org.apache.camel.util.jsse.KeyManagersParameters>, ApplicationContextAware
Constructor and Description |
---|
KeyManagersParametersFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.CamelContext |
getCamelContextWithId(String camelContextId) |
KeyStoreParametersFactoryBean |
getKeyStore() |
void |
setApplicationContext(ApplicationContext applicationContext) |
void |
setKeyStore(KeyStoreParametersFactoryBean keyStore) |
createInstance, getAlgorithm, getKeyPassword, getObject, getObjectType, getProvider, setAlgorithm, setKeyPassword, setProvider
isSingleton
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, setCamelContext, setCamelContextId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getObject, getObjectType, isSingleton
public KeyManagersParametersFactoryBean()
public KeyStoreParametersFactoryBean getKeyStore()
getKeyStore
in class org.apache.camel.core.xml.util.jsse.AbstractKeyManagersParametersFactoryBean
public void setKeyStore(KeyStoreParametersFactoryBean keyStore)
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
getCamelContextWithId
in class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.util.jsse.KeyManagersParameters>
public void setApplicationContext(ApplicationContext applicationContext)
setApplicationContext
in interface ApplicationContextAware
Apache Camel