org.apache.camel.util.spring
Class SSLContextClientParametersFactoryBean

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.core.xml.AbstractCamelFactoryBean<T>
          extended by org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean<T>
              extended by org.apache.camel.core.xml.util.jsse.AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.util.jsse.SSLContextClientParameters>
                  extended by org.apache.camel.core.xml.util.jsse.AbstractSSLContextClientParametersFactoryBean
                      extended by org.apache.camel.util.spring.SSLContextClientParametersFactoryBean
All Implemented Interfaces:
org.apache.camel.CamelContextAware, org.springframework.beans.factory.FactoryBean<org.apache.camel.util.jsse.SSLContextClientParameters>, org.springframework.context.ApplicationContextAware

public class SSLContextClientParametersFactoryBean
extends org.apache.camel.core.xml.util.jsse.AbstractSSLContextClientParametersFactoryBean
implements org.springframework.beans.factory.FactoryBean<org.apache.camel.util.jsse.SSLContextClientParameters>, org.springframework.context.ApplicationContextAware


Constructor Summary
SSLContextClientParametersFactoryBean()
           
 
Method Summary
protected  org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractSSLContextClientParametersFactoryBean
createInstance, getObjectType
 
Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractBaseSSLContextParametersFactoryBean
getCipherSuites, getCipherSuitesFilter, getObject, getSecureSocketProtocols, getSecureSocketProtocolsFilter, getSessionTimeout, setCipherSuites, setCipherSuitesFilter, setSecureSocketProtocols, setSecureSocketProtocolsFilter, setSessionTimeout
 
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, setCamelContext, setCamelContextId
 
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
 
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

SSLContextClientParametersFactoryBean

public SSLContextClientParametersFactoryBean()
Method Detail

getCamelContextWithId

protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
Specified by:
getCamelContextWithId in class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.util.jsse.SSLContextClientParameters>

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware


Apache CAMEL