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

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

public abstract class AbstractKeyStoreParametersFactoryBean
extends AbstractJsseUtilFactoryBean<org.apache.camel.util.jsse.KeyStoreParameters>


Field Summary
protected  String password
           
protected  String provider
           
protected  String resource
           
protected  String type
           
 
Constructor Summary
AbstractKeyStoreParametersFactoryBean()
           
 
Method Summary
protected  org.apache.camel.util.jsse.KeyStoreParameters createInstance()
           
 org.apache.camel.util.jsse.KeyStoreParameters getObject()
           
 Class<? extends org.apache.camel.util.jsse.KeyStoreParameters> getObjectType()
           
 String getPassword()
           
 String getProvider()
           
 String getResource()
           
 String getType()
           
 void setPassword(String value)
           
 void setProvider(String value)
           
 void setResource(String value)
           
 void setType(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

type

protected String type

password

protected String password

provider

protected String provider

resource

protected String resource
Constructor Detail

AbstractKeyStoreParametersFactoryBean

public AbstractKeyStoreParametersFactoryBean()
Method Detail

getType

public String getType()

setType

public void setType(String value)

getPassword

public String getPassword()

setPassword

public void setPassword(String value)

getProvider

public String getProvider()

setProvider

public void setProvider(String value)

getResource

public String getResource()

setResource

public void setResource(String value)

getObject

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

createInstance

protected org.apache.camel.util.jsse.KeyStoreParameters createInstance()

getObjectType

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


Apache CAMEL