org.apache.camel.util.blueprint
Class SSLContextServerParametersFactoryBean

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.SSLContextServerParameters>
                  extended by org.apache.camel.core.xml.util.jsse.AbstractSSLContextServerParametersFactoryBean
                      extended by org.apache.camel.util.blueprint.SSLContextServerParametersFactoryBean
All Implemented Interfaces:
org.apache.camel.CamelContextAware

public class SSLContextServerParametersFactoryBean
extends org.apache.camel.core.xml.util.jsse.AbstractSSLContextServerParametersFactoryBean


Field Summary
 
Fields inherited from class org.apache.camel.core.xml.util.jsse.AbstractSSLContextServerParametersFactoryBean
clientAuthentication
 
Constructor Summary
SSLContextServerParametersFactoryBean()
           
 
Method Summary
protected  org.apache.camel.CamelContext discoverDefaultCamelContext()
           
protected  org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
           
 void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
           
 
Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractSSLContextServerParametersFactoryBean
createInstance, getClientAuthentication, getObjectType, setClientAuthentication
 
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, 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
 

Constructor Detail

SSLContextServerParametersFactoryBean

public SSLContextServerParametersFactoryBean()
Method Detail

setBlueprintContainer

public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)

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.SSLContextServerParameters>

discoverDefaultCamelContext

protected org.apache.camel.CamelContext discoverDefaultCamelContext()
Overrides:
discoverDefaultCamelContext in class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.util.jsse.SSLContextServerParameters>


Apache Camel