A B C D F G I J L M O P S T U V W

A

activateObject(Object) - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClientFactory
 

B

BODY - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
 
buildFTPConnectionInfo(Node) - Static method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfoBuilder
 
buildFTPConnectionInfo(ConfigurationExtensions, Retrypolicy) - Static method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfoBuilder
 

C

configureConnection() - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClient
This method sets : the working directory the data connection mode (Active or Passive) the type of transfer (ASCII or Binary)
connectAndLog() - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClient
Connect and log the FTP client with the current configuration
CONNECTION_MODE - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
 
CONNECTION_MODE_ACTIVE - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
 
CONNECTION_MODE_PASSIVE - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
 
createServiceUnitManager() - Method in class org.ow2.petals.bc.ftp.FTPComponent
 

D

DEFAULT_MAX_CONNECTION - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
 
DEFAULT_MAX_IDLE_TIME - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
 
del(String) - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClient
Deleted the specified remote file.
DEL_OPERATION - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
Operation local name : del
destroyObject(Object) - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClientFactory
 
DIR_OPERATION - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
Operation local name : dir
doDeploy(String, String, Jbi) - Method in class org.ow2.petals.bc.ftp.FtpSuManager
 
doUndeploy(String) - Method in class org.ow2.petals.bc.ftp.FtpSuManager
 

F

FOLDER_PROPERTY_NAME - Static variable in class org.ow2.petals.bc.ftp.FtpProvideExtFlowStepBeginLogData
 
FTP_CONNECTION - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
the FTP connection element
FTP_DELETE_PROCESSED_FILES - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
the FTP deleteProcessedFilename element
FTP_ENCODING - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
Encoding element
FTP_FILENAME - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
the FTP filename element
FTP_FOLDER - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
the FTP folder.
FTP_INTERFACE - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
 
FTP_MAX_CONNECTION - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
Unique connection allowed
FTP_MAX_IDLE_TIME - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
MaxIdleTime element (milliseconds)
FTP_OVERWRITE - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
The ftp "overwrite" element
FTP_PASSWORD - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
the FTP password property.
FTP_PORT - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
the FTP port property.
FTP_SERVER - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
the FTP server property.
FTP_SERVICE_NS - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
 
FTP_USER - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
the FTP login property.
FTPComponent - Class in org.ow2.petals.bc.ftp
 
FTPComponent() - Constructor for class org.ow2.petals.bc.ftp.FTPComponent
 
FTPConnectionInfo - Class in org.ow2.petals.bc.ftp.connection
 
FTPConnectionInfo(String, int, String, String, String, String, String, int, long, boolean, String, boolean) - Constructor for class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
FTPConnectionInfoBuilder - Class in org.ow2.petals.bc.ftp.connection
 
FTPConnectionInfoBuilder() - Constructor for class org.ow2.petals.bc.ftp.connection.FTPConnectionInfoBuilder
 
FTPConstants - Interface in org.ow2.petals.bc.ftp
 
FtpProvideExtFlowStepBeginLogData - Class in org.ow2.petals.bc.ftp
 
FtpProvideExtFlowStepBeginLogData(String, String, String, String) - Constructor for class org.ow2.petals.bc.ftp.FtpProvideExtFlowStepBeginLogData
 
FtpProvideExtFlowStepBeginLogData(String, String, String) - Constructor for class org.ow2.petals.bc.ftp.FtpProvideExtFlowStepBeginLogData
 
FtpProvideExtFlowStepEndLogData - Class in org.ow2.petals.bc.ftp
 
FtpProvideExtFlowStepEndLogData(String, String) - Constructor for class org.ow2.petals.bc.ftp.FtpProvideExtFlowStepEndLogData
 
FTPService - Class in org.ow2.petals.bc.ftp.service
The FTP JBI listener.
FTPService(Logger) - Constructor for class org.ow2.petals.bc.ftp.service.FTPService
 
FtpSuManager - Class in org.ow2.petals.bc.ftp
 
FtpSuManager(AbstractComponent) - Constructor for class org.ow2.petals.bc.ftp.FtpSuManager
 
FTPUtil - Class in org.ow2.petals.bc.ftp
 
FTPUtil() - Constructor for class org.ow2.petals.bc.ftp.FTPUtil
 

G

generateFileNameList(List<String>, QName) - Static method in class org.ow2.petals.bc.ftp.FTPUtil
generates the XML representation of the file name list
generateMTOMListResponse(List<String>, QName) - Static method in class org.ow2.petals.bc.ftp.FTPUtil
Generate a MTOM response for a list of files.
generateMTOMResponse(String, QName) - Static method in class org.ow2.petals.bc.ftp.FTPUtil
Generate a MTOM response for a single file.
get(String) - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClient
Get a file content from a FTP server.
GET_ATTACHMENT_OPERATION - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
Operation local name : getAsAttachment
GET_OPERATION - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
Operation local name : get
getAttempt() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
getConnectionInfo() - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClient
 
getConnectionMode() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
getDelay() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
getDeleteProcessedFile() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
getDirectory() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
getElement() - Method in exception org.ow2.petals.bc.ftp.MissingElementException
 
getEncoding() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
getFileAsAttachment(String) - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClient
Get a file content from a FTP server.
getMapOfPool() - Method in class org.ow2.petals.bc.ftp.FTPComponent
 
getMaxConnection() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
getMaxIdleTime() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
getMessage() - Method in exception org.ow2.petals.bc.ftp.MissingElementException
 
getOperationValidMep(String, Message.MEPConstants...) - Static method in class org.ow2.petals.bc.ftp.FTPUtil
Build a message to indicate the mep available for this operation.
getPassword() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
getPort() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
getServer() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
getTransferType() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
getUser() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 

I

init() - Method in class org.ow2.petals.bc.ftp.listener.JBIListener
 
isActiveMode() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
isAsciiTransferType() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
isBinaryTransferType() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
isOverwrite() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
isPassiveMode() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 

J

JBIListener - Class in org.ow2.petals.bc.ftp.listener
The FTP JBI listener.
JBIListener() - Constructor for class org.ow2.petals.bc.ftp.listener.JBIListener
 

L

listFolderContent() - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClient
List files from FTP server

M

makeObject() - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClientFactory
 
mDel(List<String>) - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClient
 
mGet(List<String>) - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClient
This method will only get files, it does not include subpath
MGET_OPERATION - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
Operation local name : mget
MissingElementException - Exception in org.ow2.petals.bc.ftp
 
MissingElementException(String) - Constructor for exception org.ow2.petals.bc.ftp.MissingElementException
 
mPut(Map<String, DataHandler>) - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClient
Put files on the FTP server.
MPUT_OPERATION - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
Operation local name : mput

O

onJBIMessage(Exchange) - Method in class org.ow2.petals.bc.ftp.listener.JBIListener
process the exchange depending on the operation: dir return the filenames list or the remote directory get return the remote file with the name specified in the exchange (as attachment or source, depending on the SU property) mget return all the remote files put put the message mput put attachments
org.ow2.petals.bc.ftp - package org.ow2.petals.bc.ftp
 
org.ow2.petals.bc.ftp.connection - package org.ow2.petals.bc.ftp.connection
 
org.ow2.petals.bc.ftp.listener - package org.ow2.petals.bc.ftp.listener
 
org.ow2.petals.bc.ftp.service - package org.ow2.petals.bc.ftp.service
 

P

passivateObject(Object) - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClientFactory
 
PATTERNS_PROPERTY_NAME - Static variable in class org.ow2.petals.bc.ftp.FtpProvideExtFlowStepBeginLogData
 
processDel(Exchange, Document, WrappedFTPClient) - Method in class org.ow2.petals.bc.ftp.service.FTPService
FTP DEL Operation
processDir(Exchange, WrappedFTPClient) - Method in class org.ow2.petals.bc.ftp.service.FTPService
FTP DIR operation.
processGet(Exchange, Document, WrappedFTPClient) - Method in class org.ow2.petals.bc.ftp.service.FTPService
FTP GET operation
get the file as a source message a Fault is returned for bad request or IO problems
processGetAsAttachment(Exchange, Document, WrappedFTPClient) - Method in class org.ow2.petals.bc.ftp.service.FTPService
FTP GET operation
get the file as a source message a Fault is returned for bad request or IO problems
processMGet(Exchange, Document, WrappedFTPClient) - Method in class org.ow2.petals.bc.ftp.service.FTPService
FTP MGET operation
All files are getted as attachments
processMPut(Exchange, Document, WrappedFTPClient) - Method in class org.ow2.petals.bc.ftp.service.FTPService
Put attachments on the ftp server TODO an FTP connection is done for each file...
processPut(Exchange, Document, WrappedFTPClient) - Method in class org.ow2.petals.bc.ftp.service.FTPService
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
PUT_OPERATION - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
Operation local name : put
putString(String, String) - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClient
Put the file on the FTP server.

S

setAttempt(int) - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
setDelay(long) - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
setDeleteProcessedFile(boolean) - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
setEncoding(String) - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
setIOFaultOnExchange(Exchange, String) - Static method in class org.ow2.petals.bc.ftp.FTPUtil
 
setMaxConnection(int) - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
setMaxIdleTime(long) - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
setMissingElementFaultOnExchange(Exchange, String) - Static method in class org.ow2.petals.bc.ftp.FTPUtil
 
setOverwrite(boolean) - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
STANDARD_PUT_OPERATION - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
Operation local name : standard_put

T

toString() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
 
TRANSFER_TYPE - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
 
TRANSFER_TYPE_ASCII - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
 
TRANSFER_TYPE_BINARY - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
 

U

UTF_8 - Static variable in interface org.ow2.petals.bc.ftp.FTPConstants
 

V

validate() - Method in class org.ow2.petals.bc.ftp.connection.FTPConnectionInfo
check attributes
validateObject(Object) - Method in class org.ow2.petals.bc.ftp.connection.WrappedFTPClientFactory
 

W

WrappedFTPClient - Class in org.ow2.petals.bc.ftp.connection
This class handle a connection to the FTP server with the specified configuration parameter
WrappedFTPClient(FTPConnectionInfo, Logger) - Constructor for class org.ow2.petals.bc.ftp.connection.WrappedFTPClient
 
WrappedFTPClientFactory - Class in org.ow2.petals.bc.ftp.connection
This factory create instance of FTPClient.
WrappedFTPClientFactory(FTPConnectionInfo, Logger) - Constructor for class org.ow2.petals.bc.ftp.connection.WrappedFTPClientFactory
 

A B C D F G I J L M O P S T U V W

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