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<SecureRandomParameters>
org.apache.camel.core.xml.util.jsse.AbstractSecureRandomParametersFactoryBean
org.apache.camel.util.spring.SecureRandomParametersFactoryBean
- All Implemented Interfaces:
- CamelContextAware, org.springframework.beans.factory.FactoryBean<SecureRandomParameters>, org.springframework.context.ApplicationContextAware
public class SecureRandomParametersFactoryBean
- extends AbstractSecureRandomParametersFactoryBean
- implements org.springframework.beans.factory.FactoryBean<SecureRandomParameters>, org.springframework.context.ApplicationContextAware
| 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 |
SecureRandomParametersFactoryBean
public SecureRandomParametersFactoryBean()
getCamelContextWithId
protected CamelContext getCamelContextWithId(String camelContextId)
- Specified by:
getCamelContextWithId in class AbstractCamelFactoryBean<SecureRandomParameters>
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Apache CAMEL