Package wt.workflow.robots
Class WfURLRobotConnectionFactory
java.lang.Object
wt.workflow.robots.WfURLRobotConnectionFactory
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
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic WfURLRobotConnectioncreateConnection(URL wurl, String enc) Creates the appropriate type of WfURLRobotConnection class.
-
Method Details
-
createConnection
public static WfURLRobotConnection createConnection(URL wurl, String enc) throws InstantiationException, ClassNotFoundException, IllegalAccessException, FailedURLException Creates the appropriate type of WfURLRobotConnection class.
Supported API: true
-