Uses of Class
org.apache.camel.component.ssh.SshConfiguration

Uses of SshConfiguration in org.apache.camel.component.ssh
 

Methods in org.apache.camel.component.ssh that return SshConfiguration
 SshConfiguration SshConfiguration.copy()
           
 SshConfiguration SshComponent.getConfiguration()
           
 SshConfiguration SshEndpoint.getConfiguration()
           
 

Methods in org.apache.camel.component.ssh with parameters of type SshConfiguration
 void SshComponent.setConfiguration(SshConfiguration configuration)
           
 void SshEndpoint.setConfiguration(SshConfiguration configuration)
           
 

Constructors in org.apache.camel.component.ssh with parameters of type SshConfiguration
SshEndpoint(String uri, SshComponent component, SshConfiguration configuration)
           
 



Apache CAMEL