Uses of Class
org.ow2.petals.bc.ftp.connection.WrappedFTPClient

Packages that use WrappedFTPClient
org.ow2.petals.bc.ftp.service   
 

Uses of WrappedFTPClient in org.ow2.petals.bc.ftp.service
 

Methods in org.ow2.petals.bc.ftp.service with parameters of type WrappedFTPClient
 void FTPService.processDel(org.ow2.petals.component.framework.api.message.Exchange exchange, org.w3c.dom.Document inMessage, WrappedFTPClient client)
          FTP DEL Operation
 void FTPService.processDir(org.ow2.petals.component.framework.api.message.Exchange exchange, WrappedFTPClient client)
          FTP DIR operation.
 void FTPService.processGet(org.ow2.petals.component.framework.api.message.Exchange exchange, org.w3c.dom.Document inMessage, WrappedFTPClient client)
          FTP GET operation
get the file as a source message a Fault is returned for bad request or IO problems
 void FTPService.processGetAsAttachment(org.ow2.petals.component.framework.api.message.Exchange exchange, org.w3c.dom.Document inMessage, WrappedFTPClient client)
          FTP GET operation
get the file as a source message a Fault is returned for bad request or IO problems
 void FTPService.processMGet(org.ow2.petals.component.framework.api.message.Exchange exchange, org.w3c.dom.Document inMessage, WrappedFTPClient client)
          FTP MGET operation
All files are getted as attachments
 void FTPService.processMPut(org.ow2.petals.component.framework.api.message.Exchange exchange, org.w3c.dom.Document inputDocument, WrappedFTPClient client)
          Put attachments on the ftp server TODO an FTP connection is done for each file...
 void FTPService.processPut(org.ow2.petals.component.framework.api.message.Exchange exchange, org.w3c.dom.Document inMessage, WrappedFTPClient client)
          Put the source on the ftp server with the given filename a Fault is returned on IO problems TODO the content to send is a String, which is not optimal
 



Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.