Package org.apache.camel.util.spring
Class SecureRandomParametersFactoryBean
- 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.SecureRandomParameters>
-
- org.apache.camel.core.xml.util.jsse.AbstractSecureRandomParametersFactoryBean
-
- org.apache.camel.util.spring.SecureRandomParametersFactoryBean
-
- All Implemented Interfaces:
org.apache.camel.CamelContextAware,Aware,FactoryBean<org.apache.camel.support.jsse.SecureRandomParameters>,ApplicationContextAware
public class SecureRandomParametersFactoryBean extends org.apache.camel.core.xml.util.jsse.AbstractSecureRandomParametersFactoryBean implements FactoryBean<org.apache.camel.support.jsse.SecureRandomParameters>, ApplicationContextAware
-
-
Field Summary
-
Fields inherited from class org.apache.camel.core.xml.util.jsse.AbstractSecureRandomParametersFactoryBean
algorithm, provider
-
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
-
Constructor Summary
Constructors Constructor Description SecureRandomParametersFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.camel.CamelContextgetCamelContextWithId(String camelContextId)voidsetApplicationContext(ApplicationContext applicationContext)-
Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractSecureRandomParametersFactoryBean
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, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, setCamelContext, setCamelContextId, setCustomId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.beans.factory.FactoryBean
getObject, getObjectType, isSingleton
-
-
-
-
Constructor Detail
-
SecureRandomParametersFactoryBean
public SecureRandomParametersFactoryBean()
-
-
Method Detail
-
getCamelContextWithId
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
- Specified by:
getCamelContextWithIdin classorg.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.SecureRandomParameters>
-
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
- Specified by:
setApplicationContextin interfaceApplicationContextAware
-
-