Uses of Class
wt.workflow.robots.WfURLRobotConnection

Packages that use WfURLRobotConnection
wt.workflow.robots
Provides workflow classes responsible for the execution of robot activities that are executed without human intervention. 
 

Uses of WfURLRobotConnection in wt.workflow.robots
 

Subclasses of WfURLRobotConnection in wt.workflow.robots
 class WfURLRobotHttpConnection
          HTTP Connection to execute an URL using the HTTPClient library.
 

Methods in wt.workflow.robots that return WfURLRobotConnection
static WfURLRobotConnection WfURLRobotConnectionFactory.createConnection(URL wurl, String enc)
          Creates the appropriate type of WfURLRobotConnection class.