Package org.apache.camel.util.blueprint
Class SSLContextServerParametersFactoryBean
- java.lang.Object
-
- org.apache.camel.model.IdentifiedType
-
- org.apache.camel.core.xml.AbstractCamelFactoryBean<T>
-
- org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean<T>
-
- org.apache.camel.core.xml.util.jsse.AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
-
- org.apache.camel.core.xml.util.jsse.AbstractSSLContextServerParametersFactoryBean
-
- 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
-
-
Constructor Summary
Constructors Constructor Description SSLContextServerParametersFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.camel.CamelContextdiscoverDefaultCamelContext()protected org.apache.camel.CamelContextgetCamelContextWithId(String camelContextId)voidsetBlueprintContainer(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
-
-
-
-
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:
getCamelContextWithIdin classorg.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
-
discoverDefaultCamelContext
protected org.apache.camel.CamelContext discoverDefaultCamelContext()
- Overrides:
discoverDefaultCamelContextin classorg.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.SSLContextServerParameters>
-
-