org.apache.camel.model.dataformat
Class PGPDataFormat

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.model.DataFormatDefinition
          extended by org.apache.camel.model.dataformat.PGPDataFormat

public class PGPDataFormat
extends DataFormatDefinition

Represents a pgp DataFormat.


Constructor Summary
PGPDataFormat()
           
 
Method Summary
protected  void configureDataFormat(DataFormat dataFormat, CamelContext camelContext)
          Allows derived classes to customize the data format
 Boolean getArmored()
           
 Boolean getIntegrity()
           
 String getKeyFileName()
           
 String getKeyUserid()
           
 String getPassword()
           
 String getProvider()
           
 void setArmored(Boolean armored)
           
 void setIntegrity(Boolean integrity)
           
 void setKeyFileName(String keyFileName)
           
 void setKeyUserid(String keyUserid)
           
 void setPassword(String password)
           
 void setProvider(String provider)
           
 
Methods inherited from class org.apache.camel.model.DataFormatDefinition
configureDataFormat, createDataFormat, getDataFormat, getDataFormat, getDataFormat, getDataFormatName, getShortName, setDataFormat, setDataFormatName, setProperty, setProperty
 
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

PGPDataFormat

public PGPDataFormat()
Method Detail

configureDataFormat

protected void configureDataFormat(DataFormat dataFormat,
                                   CamelContext camelContext)
Description copied from class: DataFormatDefinition
Allows derived classes to customize the data format

Overrides:
configureDataFormat in class DataFormatDefinition

getArmored

public Boolean getArmored()

setArmored

public void setArmored(Boolean armored)

getIntegrity

public Boolean getIntegrity()

setIntegrity

public void setIntegrity(Boolean integrity)

getKeyFileName

public String getKeyFileName()

setKeyFileName

public void setKeyFileName(String keyFileName)

getKeyUserid

public String getKeyUserid()

setKeyUserid

public void setKeyUserid(String keyUserid)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getProvider

public String getProvider()

setProvider

public void setProvider(String provider)


Apache Camel