public class org.apache.camel.util.spring.SSLContextParametersFactoryBean extends org.apache.camel.core.xml.util.jsse.AbstractSSLContextParametersFactoryBean implements org.springframework.beans.factory.FactoryBean, org.springframework.context.ApplicationContextAware
{
private org.apache.camel.util.spring.KeyManagersParametersFactoryBean keyManagers;
private org.apache.camel.util.spring.TrustManagersParametersFactoryBean trustManagers;
private org.apache.camel.util.spring.SecureRandomParametersFactoryBean secureRandom;
private org.apache.camel.util.spring.SSLContextClientParametersFactoryBean clientParameters;
private org.apache.camel.util.spring.SSLContextServerParametersFactoryBean serverParameters;
private org.springframework.context.ApplicationContext applicationContext;
public void <init>()
{
org.apache.camel.util.spring.SSLContextParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SSLContextParametersFactoryBean;
specialinvoke v.<org.apache.camel.core.xml.util.jsse.AbstractSSLContextParametersFactoryBean: void <init>()>();
return;
}
public org.apache.camel.util.spring.KeyManagersParametersFactoryBean getKeyManagers()
{
org.apache.camel.util.spring.SSLContextParametersFactoryBean v;
org.apache.camel.util.spring.KeyManagersParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SSLContextParametersFactoryBean;
v = v.<org.apache.camel.util.spring.SSLContextParametersFactoryBean: org.apache.camel.util.spring.KeyManagersParametersFactoryBean keyManagers>;
return v;
}
public void setKeyManagers(org.apache.camel.util.spring.KeyManagersParametersFactoryBean)
{
org.apache.camel.util.spring.SSLContextParametersFactoryBean v;
org.apache.camel.util.spring.KeyManagersParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SSLContextParametersFactoryBean;
v := @parameter: org.apache.camel.util.spring.KeyManagersParametersFactoryBean;
v.<org.apache.camel.util.spring.SSLContextParametersFactoryBean: org.apache.camel.util.spring.KeyManagersParametersFactoryBean keyManagers> = v;
return;
}
public org.apache.camel.util.spring.TrustManagersParametersFactoryBean getTrustManagers()
{
org.apache.camel.util.spring.SSLContextParametersFactoryBean v;
org.apache.camel.util.spring.TrustManagersParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SSLContextParametersFactoryBean;
v = v.<org.apache.camel.util.spring.SSLContextParametersFactoryBean: org.apache.camel.util.spring.TrustManagersParametersFactoryBean trustManagers>;
return v;
}
public void setTrustManagers(org.apache.camel.util.spring.TrustManagersParametersFactoryBean)
{
org.apache.camel.util.spring.SSLContextParametersFactoryBean v;
org.apache.camel.util.spring.TrustManagersParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SSLContextParametersFactoryBean;
v := @parameter: org.apache.camel.util.spring.TrustManagersParametersFactoryBean;
v.<org.apache.camel.util.spring.SSLContextParametersFactoryBean: org.apache.camel.util.spring.TrustManagersParametersFactoryBean trustManagers> = v;
return;
}
public org.apache.camel.util.spring.SecureRandomParametersFactoryBean getSecureRandom()
{
org.apache.camel.util.spring.SSLContextParametersFactoryBean v;
org.apache.camel.util.spring.SecureRandomParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SSLContextParametersFactoryBean;
v = v.<org.apache.camel.util.spring.SSLContextParametersFactoryBean: org.apache.camel.util.spring.SecureRandomParametersFactoryBean secureRandom>;
return v;
}
public void setSecureRandom(org.apache.camel.util.spring.SecureRandomParametersFactoryBean)
{
org.apache.camel.util.spring.SSLContextParametersFactoryBean v;
org.apache.camel.util.spring.SecureRandomParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SSLContextParametersFactoryBean;
v := @parameter: org.apache.camel.util.spring.SecureRandomParametersFactoryBean;
v.<org.apache.camel.util.spring.SSLContextParametersFactoryBean: org.apache.camel.util.spring.SecureRandomParametersFactoryBean secureRandom> = v;
return;
}
public org.apache.camel.util.spring.SSLContextClientParametersFactoryBean getClientParameters()
{
org.apache.camel.util.spring.SSLContextClientParametersFactoryBean v;
org.apache.camel.util.spring.SSLContextParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SSLContextParametersFactoryBean;
v = v.<org.apache.camel.util.spring.SSLContextParametersFactoryBean: org.apache.camel.util.spring.SSLContextClientParametersFactoryBean clientParameters>;
return v;
}
public void setClientParameters(org.apache.camel.util.spring.SSLContextClientParametersFactoryBean)
{
org.apache.camel.util.spring.SSLContextClientParametersFactoryBean v;
org.apache.camel.util.spring.SSLContextParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SSLContextParametersFactoryBean;
v := @parameter: org.apache.camel.util.spring.SSLContextClientParametersFactoryBean;
v.<org.apache.camel.util.spring.SSLContextParametersFactoryBean: org.apache.camel.util.spring.SSLContextClientParametersFactoryBean clientParameters> = v;
return;
}
public org.apache.camel.util.spring.SSLContextServerParametersFactoryBean getServerParameters()
{
org.apache.camel.util.spring.SSLContextServerParametersFactoryBean v;
org.apache.camel.util.spring.SSLContextParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SSLContextParametersFactoryBean;
v = v.<org.apache.camel.util.spring.SSLContextParametersFactoryBean: org.apache.camel.util.spring.SSLContextServerParametersFactoryBean serverParameters>;
return v;
}
public void setServerParameters(org.apache.camel.util.spring.SSLContextServerParametersFactoryBean)
{
org.apache.camel.util.spring.SSLContextServerParametersFactoryBean v;
org.apache.camel.util.spring.SSLContextParametersFactoryBean v;
v := @this: org.apache.camel.util.spring.SSLContextParametersFactoryBean;
v := @parameter: org.apache.camel.util.spring.SSLContextServerParametersFactoryBean;
v.<org.apache.camel.util.spring.SSLContextParametersFactoryBean: org.apache.camel.util.spring.SSLContextServerParametersFactoryBean serverParameters> = v;
return;
}
protected org.apache.camel.CamelContext getCamelContextWithId(java.lang.String)
{
org.apache.camel.CamelContext v;
org.apache.camel.util.spring.SSLContextParametersFactoryBean v;
java.lang.String v;
org.springframework.context.ApplicationContext v;
v := @this: org.apache.camel.util.spring.SSLContextParametersFactoryBean;
v := @parameter: java.lang.String;
v = v.<org.apache.camel.util.spring.SSLContextParametersFactoryBean: 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.apache.camel.util.spring.SSLContextParametersFactoryBean v;
org.springframework.context.ApplicationContext v;
v := @this: org.apache.camel.util.spring.SSLContextParametersFactoryBean;
v := @parameter: org.springframework.context.ApplicationContext;
v.<org.apache.camel.util.spring.SSLContextParametersFactoryBean: org.springframework.context.ApplicationContext applicationContext> = v;
return;
}
}