public class SshComponent
extends org.apache.camel.impl.DefaultComponent
SshEndpoint.| Constructor and Description |
|---|
SshComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
String |
getCertFilename() |
SshConfiguration |
getConfiguration() |
String |
getHost() |
org.apache.sshd.common.KeyPairProvider |
getKeyPairProvider() |
String |
getKeyType() |
String |
getPassword() |
String |
getPollCommand() |
int |
getPort() |
long |
getTimeout() |
String |
getUsername() |
void |
setCertFilename(String certFilename) |
void |
setConfiguration(SshConfiguration configuration) |
void |
setHost(String host) |
void |
setKeyPairProvider(org.apache.sshd.common.KeyPairProvider keyPairProvider) |
void |
setKeyType(String keyType) |
void |
setPassword(String password) |
void |
setPollCommand(String pollCommand) |
void |
setPort(int port) |
void |
setTimeout(long timeout) |
void |
setUsername(String username) |
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURIprotected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic SshConfiguration getConfiguration()
public void setConfiguration(SshConfiguration configuration)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getPollCommand()
public void setPollCommand(String pollCommand)
public org.apache.sshd.common.KeyPairProvider getKeyPairProvider()
public void setKeyPairProvider(org.apache.sshd.common.KeyPairProvider keyPairProvider)
public String getKeyType()
public void setKeyType(String keyType)
public long getTimeout()
public void setTimeout(long timeout)
public String getCertFilename()
public void setCertFilename(String certFilename)
Apache CAMEL