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

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<org.apache.camel.util.jsse.TrustManagersParameters>
              extended by org.apache.camel.core.xml.util.jsse.AbstractTrustManagersParametersFactoryBean
All Implemented Interfaces:
org.apache.camel.CamelContextAware

public abstract class AbstractTrustManagersParametersFactoryBean
extends AbstractJsseUtilFactoryBean<org.apache.camel.util.jsse.TrustManagersParameters>


Field Summary
protected  String algorithm
           
protected  String provider
           
 
Constructor Summary
AbstractTrustManagersParametersFactoryBean()
           
 
Method Summary
protected  org.apache.camel.util.jsse.TrustManagersParameters createInstance()
           
 String getAlgorithm()
           
protected abstract  AbstractKeyStoreParametersFactoryBean getKeyStore()
           
 org.apache.camel.util.jsse.TrustManagersParameters getObject()
           
 Class<org.apache.camel.util.jsse.TrustManagersParameters> getObjectType()
           
 String getProvider()
           
 void setAlgorithm(String value)
           
 void setProvider(String value)
           
 
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
 

Field Detail

provider

protected String provider

algorithm

protected String algorithm
Constructor Detail

AbstractTrustManagersParametersFactoryBean

public AbstractTrustManagersParametersFactoryBean()
Method Detail

getProvider

public String getProvider()

setProvider

public void setProvider(String value)

getAlgorithm

public String getAlgorithm()

setAlgorithm

public void setAlgorithm(String value)

getObject

public org.apache.camel.util.jsse.TrustManagersParameters getObject()
                                                             throws Exception
Specified by:
getObject in class AbstractJsseUtilFactoryBean<org.apache.camel.util.jsse.TrustManagersParameters>
Throws:
Exception

getObjectType

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

createInstance

protected org.apache.camel.util.jsse.TrustManagersParameters createInstance()
                                                                     throws Exception
Throws:
Exception

getKeyStore

protected abstract AbstractKeyStoreParametersFactoryBean getKeyStore()


Apache CAMEL