IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.mobile
Class ConnectionFactory

java.lang.Object
  extended by com.ibm.btt.mobile.ConnectionFactory

public class ConnectionFactory
extends java.lang.Object

The factory class used to generate the HttpConnection using the settings in the configuration file


Constructor Summary
ConnectionFactory()
           
 
Method Summary
static HttpConnection getConnection(java.util.Map query)
          Get the HTTP connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionFactory

public ConnectionFactory()
Method Detail

getConnection

public static HttpConnection getConnection(java.util.Map query)
                                    throws java.io.IOException
Get the HTTP connection

Parameters:
query - the request parameters, the key is the parameter name and the value is the parameter value
Returns:
the HttpConnection
Throws:
java.io.IOException - if error occur

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009