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 SshEndpoint.getConfiguration()
           
 SshConfiguration SshComponent.getConfiguration()
           
 

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

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



Apache CAMEL