Is this bean "abstract", that is, not meant to be instantiated itself but rather just serving as parent for concrete child bean definitions? The default is "false".
Actual authentication data for server, if not using username and password based "BASIC" authentication If username and password are used, this does not need to be set.
- Attribute 'host' Its value is a domain name or an IP address of the machine where an intance of FTPD is running, which will be used to exchange messages between endpoints - Attribute 'port' Its value is the port number of the machine specified by 'host' attribute - Attribute 'requestLocation' Its value is a path on remote FTPD filesystem where this endpoint's request messages will be stored in form of files.
The content type of the stream being sent in a post request
(this should be text/xml for web services, or can be set to
application/x-www-form-urlencoded if the client is sending form data).
When set to Yes, the request socket will remain open after the reply is sent to the client, if the client has requested keep-alive and is using at least version 1.1 of HTTP.
Password for server BASIC authentication login
(some servers require users to authenticate with the server -- see also UserName, AuthorizationType, and Authorization)
to redirect the client to another url (if the ReplyCode and ReplyDescription
are not set, ReplyCode will be set to 302, and ReplyDescription will be set
to 'Object Moved').
The relative resource location of the XML (bean definition) file to import,
for example "myImport.xml" or "includes/myImport.xml" or "../myImport.xml".
The scope of this bean: typically "singleton" (one shared instance, which will be returned by all calls to getBean with the given id), or "prototype" (independent instance resulting from each call to getBean).
User Name for server BASIC authentication login
(some servers require users to authenticate with the server -- see also Password, AuthorizationType, and Authorization)