wt.workflow.robots
Class WfURLRobotConnectionFactory

java.lang.Object
  extended by 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:
WfURLRobotConnection, wt.workflow.robots.WfURLRobotHTTPConnection

Method Summary
static WfURLRobotConnection createConnection(URL wurl, String enc)
          Creates the appropriate type of WfURLRobotConnection class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createConnection

public static WfURLRobotConnection createConnection(URL wurl,
                                                    String enc)
                                             throws InstantiationException,
                                                    ClassNotFoundException,
                                                    IllegalAccessException,
                                                    wt.workflow.robots.FailedURLException
Creates the appropriate type of WfURLRobotConnection class.



Supported API: true

Throws:
InstantiationException
ClassNotFoundException
IllegalAccessException
wt.workflow.robots.FailedURLException