Class FtpsEndpointBuilderFactory.FtpsHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.FtpsEndpointBuilderFactory.FtpsHeaderNameBuilder
-
- Enclosing interface:
- FtpsEndpointBuilderFactory
public static class FtpsEndpointBuilderFactory.FtpsHeaderNameBuilder extends Object
The builder of headers' name for the FTPS component.
-
-
Constructor Summary
Constructors Constructor Description FtpsHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfileHost()The remote hostname.StringfileLastModified()A Long value containing the last modified timestamp of the file.StringfileLength()A long value containing the file size.StringfileLocalWorkPath()Path to the local work file, if local work directory is used.StringfileName()Specifies the output file name (relative to the endpoint directory) to be used for the output message when sending to the endpoint.StringfileNameOnly()Only the file name (the name with no leading paths).StringfileParent()The parent path.StringftpReplyCode()The FTP client reply code.StringftpReplyString()The FTP client reply string.StringremoteFileInputStream()The remote file input stream.
-
-
-
Method Detail
-
fileLength
public String fileLength()
A long value containing the file size. The option is a:longtype. Group: consumer- Returns:
- the name of the header
FileLength.
-
fileLastModified
public String fileLastModified()
A Long value containing the last modified timestamp of the file. The option is a:longtype. Group: consumer- Returns:
- the name of the header
FileLastModified.
-
fileName
public String fileName()
Specifies the output file name (relative to the endpoint directory) to be used for the output message when sending to the endpoint. If this is not present and no expression either, then a generated message ID is used as the filename instead. The option is a:Stringtype. Group: common- Returns:
- the name of the header
FileName.
-
fileNameOnly
public String fileNameOnly()
Only the file name (the name with no leading paths). The option is a:Stringtype. Group: common- Returns:
- the name of the header
FileNameOnly.
-
fileParent
public String fileParent()
The parent path. The option is a:Stringtype. Group: common- Returns:
- the name of the header
FileParent.
-
remoteFileInputStream
public String remoteFileInputStream()
The remote file input stream. The option is a:java.io.InputStreamtype. Group: common- Returns:
- the name of the header
RemoteFileInputStream.
-
fileLocalWorkPath
public String fileLocalWorkPath()
Path to the local work file, if local work directory is used. The option is a:Stringtype. Group: common- Returns:
- the name of the header
FileLocalWorkPath.
-
ftpReplyCode
public String ftpReplyCode()
The FTP client reply code. The option is a:inttype. Group: common- Returns:
- the name of the header
FtpReplyCode.
-
ftpReplyString
public String ftpReplyString()
The FTP client reply string. The option is a:Stringtype. Group: common- Returns:
- the name of the header
FtpReplyString.
-
fileHost
public String fileHost()
The remote hostname. The option is a:Stringtype. Group: common- Returns:
- the name of the header
FileHost.
-
-