Uses of Class
org.apache.camel.component.nagios.NagiosEncryptionMethod

Uses of NagiosEncryptionMethod in org.apache.camel.component.nagios
 

Methods in org.apache.camel.component.nagios that return NagiosEncryptionMethod
 NagiosEncryptionMethod NagiosConfiguration.getEncryptionMethod()
           
static NagiosEncryptionMethod NagiosEncryptionMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NagiosEncryptionMethod[] NagiosEncryptionMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.nagios with parameters of type NagiosEncryptionMethod
 void NagiosConfiguration.setEncryptionMethod(NagiosEncryptionMethod encryptionMethod)
           
 



Apache CAMEL