- DATA_CONNECTION_ABORTED_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
Connection closed; transfer aborted.
- DATA_CONNECTION_ABOUT_TO_BE_OPENED_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
File status okay; about to open data connection.
- DATA_CONNECTION_ALREADY_OPENED_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
Data Connection already open; transfer starting.
- DATA_CONNECTION_CLOSED_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
Closing data connection.
- DATA_CONNECTION_OPENED_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
Data connection open; no transfer in progress.
- DATA_OBJ - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
If the payload exists in memory and therefore it is not referenced by
a filename, this slot holds the object, which can be retrieved through
the method get("dataObj").
- DATA_OBJ - Static variable in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
If the payload exists in memory and therefore it is not referenced by
a filename, this slot holds the object, which can be retrieved through
the method get("dataObj").
- DEFAULT_FTP_PORT - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
- DEFAULT_SSHFTP_PORT - Static variable in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
- DELETE_FILE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Currently not used.
- DELETE_FILE - Static variable in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Currently not used.
- DELETEREF - Static variable in interface com.tibco.ax.fw.runtime.transport.file.FILEClient
-
The custom script can refrain from deleting the referenced source
by setting this slot to the value 'false' (this is if the framework
transport is not configured to remove the reference).
- DIRECTORY_STATUS_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
Directory status
- disconnect() - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Disconnects from the FTP server by sending the QUIT command for non
proxy connections.
- DOCUMENT_ID - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
The document ID of the message.
- DOCUMENTID - Static variable in interface com.tibco.ax.fw.runtime.transport.file.FILEClient
-
The document ID of the message.
- ENTERING_PASSIVE_MODE_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
Entering Passive Mode (h1,h2,h3,h4,p1,p2).
- ERROR - Static variable in interface com.tibco.ax.fw.runtime.util.UserLogAccess
-
ERROR status to be specified for the log entry.
- EXCEEDED_STORAGE_ALLOCATION_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
Requested file action aborted.
- executeAppendCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends APPE command to the FTP server to store the
contents of the file under the name filename
on the FTP server.
- executeAppendCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Append a file to the ssh server.
- executeCdCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends CWD command to the FTP server and returns the reply.
- executeDelCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends DELE command to the FTP server to delete the filename
specified in filename
parameter.
- executeDelCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Delete a file from the ssh server.
- executeDirCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends LIST command to the FTP server and receives the list of
directory listing for that current pathname.
- executeGetCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends RETR command to the FTP server and receive the response.
- executeGetCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Retrieve the file specified.
- executeListCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Retrieve a list of entries from a directory on the SSH server.
- executeLsCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends NLST command to the FTP server and receive the list of
files available for that current pathname
- executeMdelCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends NLST command to retrieve the files that needs to be deleted
based on the pathname
specified.
- executeMdelCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Delete one or more files from the ssh server.
- executeMgetCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Retrieves the list of files that match the filename
value.
- executeMgetCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Retrieve file(s) specified by a pattern.
- executeMkdirCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends MKD command to the FTP server to create a directory
specified in pathname
at the current working directory.
- executeMkdirCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Create a directory on the ssh server.
- executeMputCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Stores the list of files that match the filename
value.
- executeMputCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Copy one or more files to the ssh server.
- executePutCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends STOR command to the FTP server to store the
contents of the file under the name specified in filename
.
- executePutCmd(String, String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends STOR command to the FTP server to store the
contents of the file under the name specified in remotefilename
.
- executePutCmd(Object, boolean, String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends STOR command to the FTP server to store the
contents of the file under the name specified in remotefilename
.
- executePutCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Copy a file to the ssh server.
- executePutCmd(String, boolean) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Copy a file to the ssh server and possibly append it to an existing file with the same name.
- executePutCmd(String, String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Copy a file to the ssh server and create the file with the name 'remotefilename' on the ssh server.
- executePutCmd(String, String, boolean) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Copy a file to the ssh server and create the file with the name 'remotefilename'.
- executePutCmd(Object, boolean, String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Copy a file to the ssh server and create the file with the name 'remotefilename'.
- executePutCmd(Object, boolean, String, boolean) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Copy a file to the ssh server and create the file with the name 'remotefilename'.
- executePwdCmd() - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends PWD command to the FTP server and Prints the Working Directory
- executeQuoteCmd(String, String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends any command
that is defined in the RFC 959 specification.
- executeRenameCmd(String, String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends RNFR and RNTO to rename the
oldfilename to newfilename
.
- executeRenameCmd(String, String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Rename a file on the ssh server.
- executeRmdirCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends RMD command to the FTP server to remove the directory
specified in pathname
.
- executeRmdirCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Delete a directory from the ssh server.
- executeSiteCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends SITE command to the FTP server to retrieve services
specific to his system that are essential to file transfer but not
sufficiently universal to be included as a regular command.
- executeStatusCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends STAT command to the FTP server to get the status response of the
pathname
specified as a parameter.
- executeStouCmd() - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends STOU command to the FTP server to store the
contents of the file under the name that is generated by the FTP server.
- executeTypeCmd(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sends TYPE command to the FTP server.
- get(String) - Method in interface com.tibco.ax.fw.runtime.transport.file.FILEClient
-
- getClientObject() - Method in interface com.tibco.ax.fw.runtime.transport.file.FILEClient
-
Retrieve a client object, which can provide more context specific information about the
transaction.
- getClientObject() - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Retrieve a client object, which can provide more context specific information about the
transaction.
- getClientObject() - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Retrieve a client object, which can provide more context specific information about the
transaction.
- getFileName() - Method in interface com.tibco.ax.fw.runtime.transport.IFTPFlavorReply
-
Returns the fileName after executing FTPClient#executeGetCmd() or
FTPClient#executeMgetCmd() etc.
- getFTPMode() - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Gets the FTP mode that is set.
- getHost() - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Gets the hostname of the FTP server.
- getHost() - Method in interface com.tibco.ax.fw.runtime.transport.IClientObject
-
Returns host name in context of protocol plugn specfic implementation
- getHost() - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Gets the hostname of the SSHFTP server.
- getLastAccess() - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.FileAttr
-
Retrieve the time and date of the last access to this file.
- getLastMod() - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.FileAttr
-
Retrieve the time and date of the last modification to this file.
- getName() - Method in interface com.tibco.ax.fw.runtime.transport.file.FILEClient
-
Retrieve the name of the file client instance.
- getName() - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
- getName() - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.FileAttr
-
Obtain the name of the file.
- getName() - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Retrieve the name of the ssh client instance.
- getOperationID() - Method in interface com.tibco.ax.fw.runtime.transport.IFTPFlavorReply
-
Get the operation ID on this FTP or SSHFTP reply instance.
- getPartner() - Method in interface com.tibco.ax.fw.runtime.transport.IClientObject
-
Returns partner name in context of protocol plugin specfic implementation
- getPassword() - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Gets the password that is used to connect to the FTP server.
- getPassword() - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Gets the password that is used to connect to the SSHFTP server.
- getPort() - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Gets the port number that is used to connect to the FTP server.
- getPort() - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Gets the port number that is used to connect to the SSHFTP server.
- getProtocol() - Method in interface com.tibco.ax.fw.runtime.transport.IClientObject
-
Returns protocol name in context of protocol plugin specfic implementation
- getRemoteDir() - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Retrieve the effective remote directory, which is currently used by the sshftp client instance.
- getRemoteFileList() - Method in interface com.tibco.ax.fw.runtime.transport.IFTPFlavorReply
-
Returns the remote fileList returned as a Vector after executing
commands like NLST ( FTPClient#executeLsCmd()), LIST
(FTPClient#executeDirCmd()).
- getReturnCode() - Method in interface com.tibco.ax.fw.runtime.transport.IFTPFlavorReply
-
Returns the three digit return code returned from the Server
after executing the Command.
- getReturnMsg() - Method in interface com.tibco.ax.fw.runtime.transport.IFTPFlavorReply
-
Returns the original message returned by the server after
executing the command.
- getSize() - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.FileAttr
-
Obtain the size of the file in bytes.
- getTimeout() - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Retrieve the timeout on a connected tunnel awaiting the peer's reply
- getTransportType() - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Only when secure transport is used.
- getUsername() - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Gets the username that is used to connect to the FTP server.
- getUsername() - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Gets the username that is used to connect to the SSHFTP server.
- getUserStatusCode() - Method in interface com.tibco.ax.fw.runtime.transport.file.FILEClient
-
Get the specified status code
- getUserStatusMsg() - Method in interface com.tibco.ax.fw.runtime.transport.file.FILEClient
-
Get the specified status message
- OBPGP_HANDLER - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
The Outbound PGPHandler name
- OPERATION_ID - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
The operation ID of the message.
- OPERATION_ID - Static variable in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
The operation ID of the message.
- OPERATIONID - Static variable in interface com.tibco.ax.fw.runtime.transport.file.FILEClient
-
The operation ID of the message.
- ORIG_FILE_NAME - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Optional, it can be used by business protocols to indicate the original file name
location of a file reference.
- ORIG_FILE_NAME - Static variable in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Optional, it can be used by business protocols to indicate the original file name
location of a file reference.
- ORIG_FILE_PATH - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Optional, it can be used by business protocols to indicate the original path of a
file reference.
- ORIG_FILE_PATH - Static variable in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Optional, it can be used by business protocols to indicate the original path of a
file reference.
- OUTPUT_SOURCE_DIR - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
For FTP Put this is the path where the referenced file is taken from.
- OUTPUT_SOURCE_DIR - Static variable in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
For FTP Put this is the path where the referenced file is taken from.
- SERVICE_NOT_AVAILABLE_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
Service not available, closing control connection.
- setBinaryTransfer(boolean) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Set the transfer mode.
- setCompressionAlgo(String) - Method in interface com.tibco.ax.fw.runtime.outbound.impl.IOBScriptPGPHandler
-
Sets the algorithms of compression
- setControlConnectionTimeout(int) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Enable/disable the SO_TIMEOUT with the specified timeout, in seconds.
- setDataConnectionTimeout(int) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Enable/disable the SO_TIMEOUT with the specified timeout, in seconds
for the data connection.
- setFormat(String) - Method in interface com.tibco.ax.fw.runtime.outbound.impl.IOBScriptPGPHandler
-
Sets the format of the resulting payload after PGP processing
- setFTPMode(int) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Sets the FTP mode to be either Active or Passive for the data connection.
- setHostPrivateKey(String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
The ssh private key, which the custom script wants to use instead of the one configured
for the transport.
- setOperationID(String) - Method in interface com.tibco.ax.fw.runtime.inbound.impl.IIBScriptPGPHandler
-
Sets the operation id for this inbound FTP session, so the PGP configuration can be
retrieved for PGP processing.
- setOperationID(String) - Method in interface com.tibco.ax.fw.runtime.transport.IFTPFlavorReply
-
Set a custom operation ID on this FTP or SSHFTP reply instance.
- setPeerPublicKey(String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
The ssh public key, which the custom script wants to use instead of the one configured
for the transport.
- setPGPOptions(boolean, boolean, boolean) - Method in interface com.tibco.ax.fw.runtime.outbound.impl.IOBScriptPGPHandler
-
Sets the PGP process options for signing, encryption and compression
- setPGPPolicy(String) - Method in interface com.tibco.ax.fw.runtime.inbound.impl.IIBScriptPGPHandler
-
Set the policy for inbound PGP Processing.
- setRemoteDir(String) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Set the effective remote directory, which will be used by the sshftp client instance.
- setSecureMode(boolean) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Deprecated.
The FTP transport configuration provides a way to set the secure mode and
associate a certificate for SSL.
- setSSLCertificate(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Set the SSL certificate name to do SSL handshake.
- setSSLHostKey(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Set the host private key to be used for SSL handshake that requires client authentication.
- setTimeout(int) - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Set the timeout on a connected tunnel awaiting the peer's reply
- setTransportType(String) - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Only when secure transport is used.
- SRC_FILE_NAME - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
The file name used specifically for outbound referenced payload.
- SRC_FILE_NAME - Static variable in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
The file name used specifically for outbound referenced payload.
- SRCFILENAME - Static variable in interface com.tibco.ax.fw.runtime.transport.file.FILEClient
-
The file name used for outbound referenced payload.
- SRCFILEPATH - Static variable in interface com.tibco.ax.fw.runtime.transport.file.FILEClient
-
The file path used for outbound referenced payload.
- SRCFILEURL - Static variable in interface com.tibco.ax.fw.runtime.transport.file.FILEClient
-
The transport url for outbound referenced payload.
- SSHFTPClient - Interface in com.tibco.ax.fw.runtime.transport.sshftp
-
The SSHFTPClient interface models an SSHFTP client that can connect to an
SSH server utilzing its sftp subsystem and perform file manipulation based based on the
SSH File Transfer Protocol.
- SSHFTPReply - Interface in com.tibco.ax.fw.runtime.transport.sshftp
-
This interface collects several status codes that can be the result of ssh ftp operations.
- SUPERFLOUS_COMMAND_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
Command not implemented, superfluous at this site.
- SYNTAX_ERROR_IN_ARGUMENTS_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
Syntax error in parameters or arguments.
- SYNTAX_ERROR_IN_ARGUMENTS_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPReply
-
Syntax error in parameters or arguments.
- SYSTEM_STATUS_OR_HELP_REPLY_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
System status, or system help reply.
- SYSTEM_TYPE_NAME_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
NAME
system type.
- unpackageMessage(String) - Method in interface com.tibco.ax.fw.runtime.inbound.impl.IIBScriptPGPHandler
-
Unpackage the PGP packaged inbound FTP file specified by filename
- useHttpProxyServer() - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Checks if an HTTP proxy server is used to connect to the FTP server.
- useProxyServer() - Method in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
Checks if a proxy server is used to connect to the FTP server.
- useProxyServer() - Method in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
Checks if a proxy server is used to connect to the SSHFTP server.
- USER_LOGGED_IN_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
User logged in, proceed.
- USER_STATUS_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
The custom script can return a status code in this slot.
- USER_STATUS_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
The custom script can return a status code in this slot.
- USER_STATUS_MSG - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPClient
-
The custom script can return a status message in this slot.
- USER_STATUS_MSG - Static variable in interface com.tibco.ax.fw.runtime.transport.sshftp.SSHFTPClient
-
The custom script can return a status message in this slot.
- UserLogAccess - Interface in com.tibco.ax.fw.runtime.util
-
UserLogAccess interface creates an entry in the Audit Log.
- USERNAME_OK_NEED_PASSWORD_CODE - Static variable in interface com.tibco.ax.fw.runtime.transport.ftp.FTPReply
-
User name okay, need password.
- USERSTATUSCODE - Static variable in interface com.tibco.ax.fw.runtime.transport.file.FILEClient
-
The custom script can return a status code in this slot.
- USERSTATUSMSG - Static variable in interface com.tibco.ax.fw.runtime.transport.file.FILEClient
-
The custom script can return a status message in this slot.