|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wli.sftp.spi.SFtpClientFactory
public abstract class SFtpClientFactory
This class represents the factory class for creating the SFtp clients.
| Field Summary | |
|---|---|
static String |
DEFAULT_SFTP_CLIENT_FACTORY
|
| Constructor Summary | |
|---|---|
SFtpClientFactory()
Default constructor |
|
| Method Summary | |
|---|---|
abstract SFtpClient |
createSFtpClient(String hostName)
Creates SFtp Client given the host name of the SFTP server |
abstract SFtpClient |
createSFtpClient(String hostName,
int port)
Creates SFtp Client given the host name and port of the SFTP server |
static SFtpClientFactory |
newInstance(String factoryName)
Returns new instance of SFTP client factory. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String DEFAULT_SFTP_CLIENT_FACTORY
| Constructor Detail |
|---|
public SFtpClientFactory()
| Method Detail |
|---|
public static SFtpClientFactory newInstance(String factoryName)
throws SFtpClientException
factoryName - - Third part SFtp Client Factory class name configured through WLI console
SFtpClientExceptionpublic abstract SFtpClient createSFtpClient(String hostName)
hostName - - host name of the SFTP server
public abstract SFtpClient createSFtpClient(String hostName,
int port)
hostName - - host name of the SFTP serverport - - port of SFTP server
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||