| |
|
| java.lang.Object com.sun.portal.iwayutil.connection.IWAYConnectionFactory
IWAYConnectionFactory | public class IWAYConnectionFactory (Code) | | This is a factory class for obtaining
IWayConnection instances. Either a JCA or a WebServices connection is obtained
depending on the "iway.connectType" config property
author: nk137934 |
CONNECTION_TYPE_JCA | final public static String CONNECTION_TYPE_JCA(Code) | | |
CONNECTION_TYPE_WEBSERVICES | final public static String CONNECTION_TYPE_WEBSERVICES(Code) | | |
getIWAYConnection | public static IWAYConnection getIWAYConnection() throws Exception(Code) | | This static method returns an IWayConnection object based on the
"iway.connectType" property.
The iway connection object throws: Exception - When there is a failure in obtaining a connectionobject. |
|
|
|