com.ca.jcs.sdkws.connection
Class SDKWSConnectionFactory
java.lang.Object
org.apache.commons.pool.BasePoolableObjectFactory
com.ca.jcs.sdkws.connection.SDKWSConnectionFactory
- All Implemented Interfaces:
- PoolableObjectFactory
public class SDKWSConnectionFactory
- extends BasePoolableObjectFactory
Creates web service connection objects.
- Author:
- erstr01
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SDKWSConnectionFactory
public SDKWSConnectionFactory(SDKWSConnectionDetails connectionDetails)
- Constructs this class with the params.
- Parameters:
connectionDetails - the connection details.
makeObject
public Object makeObject()
throws Exception
- Creates and returns a new SDKWSConnection.
- Specified by:
makeObject in interface PoolableObjectFactory- Specified by:
makeObject in class BasePoolableObjectFactory
- Returns:
- the SDKWSConnection.
- Throws:
Exception - if any errors occur.
Created 2011-07-14 13:27 EST