|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WrappedSftpClient | |
|---|---|
| org.ow2.petals.bc.sftp.service | |
| Uses of WrappedSftpClient in org.ow2.petals.bc.sftp.service |
|---|
| Methods in org.ow2.petals.bc.sftp.service with parameters of type WrappedSftpClient | |
|---|---|
void |
SFTPService.processDel(org.ow2.petals.component.framework.api.message.Exchange exchange,
org.w3c.dom.Document inDocument,
WrappedSftpClient client)
|
void |
SFTPService.processDIR(org.ow2.petals.component.framework.api.message.Exchange exchange,
org.w3c.dom.Document inDocument,
WrappedSftpClient sshClient)
Lists files of the remote working directory. |
void |
SFTPService.processGET(org.ow2.petals.component.framework.api.message.Exchange exchange,
org.w3c.dom.Document inDocument,
WrappedSftpClient client)
Gets the specified file from the SFTP server. |
void |
SFTPService.processGetAsAttachment(org.ow2.petals.component.framework.api.message.Exchange exchange,
org.w3c.dom.Document inDocument,
WrappedSftpClient client)
Gets the specified file from the SFTP server. |
void |
SFTPService.processMGET(org.ow2.petals.component.framework.api.message.Exchange exchange,
org.w3c.dom.Document inDocument,
WrappedSftpClient client)
Gets the specified files from the SFTP server. |
void |
SFTPService.processMPUT(org.ow2.petals.component.framework.api.message.Exchange exchange,
org.w3c.dom.Document inDocument,
WrappedSftpClient client)
|
void |
SFTPService.processPUT(org.ow2.petals.component.framework.api.message.Exchange exchange,
org.w3c.dom.Document inDocument,
WrappedSftpClient client)
Puts the content on the incoming XML message into the specified file, on the SFTP server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||