public class org.apache.camel.util.spring.SecureRandomParametersFactoryBean extends org.apache.camel.core.xml.util.jsse.AbstractSecureRandomParametersFactoryBean implements org.springframework.beans.factory.FactoryBean, org.springframework.context.ApplicationContextAware
{
private org.springframework.context.ApplicationContext applicationContext;
public void <init>()
{
org.apache.camel.util.spring.SecureRandomParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SecureRandomParametersFactoryBean;
specialinvoke v.<org.apache.camel.core.xml.util.jsse.AbstractSecureRandomParametersFactoryBean: void <init>()>();
return;
}
protected org.apache.camel.CamelContext getCamelContextWithId(java.lang.String)
{
org.apache.camel.CamelContext v;
java.lang.String v;
org.springframework.context.ApplicationContext v;
org.apache.camel.util.spring.SecureRandomParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SecureRandomParametersFactoryBean;
v := @parameter: java.lang.String;
v = v.<org.apache.camel.util.spring.SecureRandomParametersFactoryBean: org.springframework.context.ApplicationContext applicationContext>;
v = staticinvoke <org.apache.camel.spring.util.CamelContextResolverHelper: org.apache.camel.CamelContext getCamelContextWithId(org.springframework.context.ApplicationContext,java.lang.String)>(v, v);
return v;
}
public void setApplicationContext(org.springframework.context.ApplicationContext)
{
org.springframework.context.ApplicationContext v;
org.apache.camel.util.spring.SecureRandomParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SecureRandomParametersFactoryBean;
v := @parameter: org.springframework.context.ApplicationContext;
v.<org.apache.camel.util.spring.SecureRandomParametersFactoryBean: org.springframework.context.ApplicationContext applicationContext> = v;
return;
}
}