Class WfURLRobotConnectionFactory

java.lang.Object
wt.workflow.robots.WfURLRobotConnectionFactory

public class WfURLRobotConnectionFactory extends Object
This class is a factory whose sole purpose is to return the proper WfURLRobotConnection class. This will be one of the following... WfURLRobotHttpConnection - For standard HTTP to a remote server. WfURLRobotHttpsConnection - For standard HTTPS to a remote server. WfURLRobotFtpConnection - For passive FTP to a remote server.

Supported API: true

Extendable: false
See Also: