org.apache.camel.core.xml.util.jsse
Class AbstractSSLContextClientParametersFactoryBean

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
All Implemented Interfaces:
org.apache.camel.CamelContextAware

public abstract class AbstractSSLContextClientParametersFactoryBean
extends AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.util.jsse.SSLContextClientParameters>


Constructor Summary
AbstractSSLContextClientParametersFactoryBean()
           
 
Method Summary
protected  org.apache.camel.util.jsse.SSLContextClientParameters createInstance()
           
 Class<org.apache.camel.util.jsse.SSLContextClientParameters> 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, getCamelContext, getCamelContextId, getCamelContextWithId, 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

AbstractSSLContextClientParametersFactoryBean

public AbstractSSLContextClientParametersFactoryBean()
Method Detail

createInstance

protected org.apache.camel.util.jsse.SSLContextClientParameters createInstance()
Specified by:
createInstance in class AbstractBaseSSLContextParametersFactoryBean<org.apache.camel.util.jsse.SSLContextClientParameters>

getObjectType

public Class<org.apache.camel.util.jsse.SSLContextClientParameters> getObjectType()
Specified by:
getObjectType in class AbstractJsseUtilFactoryBean<org.apache.camel.util.jsse.SSLContextClientParameters>


Apache CAMEL