com.attachmate.cicsbridge.ws
Class BridgeAPIFactory
java.lang.Object
com.attachmate.cicsbridge.ws.BridgeAPIFactory
public final class BridgeAPIFactory
- extends java.lang.Object
Method Summary |
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType)
|
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean secureConnection)
|
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
java.lang.String traceFilePrefix)
|
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
java.lang.String traceFilePrefix,
boolean secureConnection)
|
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
java.lang.String traceFilePrefix,
java.lang.String hostCodepage)
|
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
java.lang.String traceFilePrefix,
java.lang.String hostCodepage,
boolean secureConnection)
|
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
java.lang.String traceFilePrefix,
java.lang.String hostCodepage,
java.lang.String clientCodepage)
|
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
java.lang.String traceFilePrefix,
java.lang.String hostCodepage,
java.lang.String clientCodepage,
boolean secureConnection)
|
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
java.lang.String hostCodepage)
|
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
java.lang.String hostCodepage,
boolean secureConnection)
|
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
java.lang.String hostCodepage,
java.lang.String clientCodepage)
|
static BridgeAPI |
createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
java.lang.String hostCodepage,
java.lang.String clientCodepage,
boolean secureConnection)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createBridgeAPI
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType)
createBridgeAPI
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean secureConnection)
createBridgeAPI
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
java.lang.String hostCodepage)
createBridgeAPI
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
java.lang.String hostCodepage,
boolean secureConnection)
createBridgeAPI
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
java.lang.String hostCodepage,
java.lang.String clientCodepage)
createBridgeAPI
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
java.lang.String hostCodepage,
java.lang.String clientCodepage,
boolean secureConnection)
createBridgeAPI
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
java.lang.String traceFilePrefix)
throws java.lang.Exception
- Throws:
java.lang.Exception
createBridgeAPI
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
java.lang.String traceFilePrefix,
boolean secureConnection)
throws java.lang.Exception
- Throws:
java.lang.Exception
createBridgeAPI
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
java.lang.String traceFilePrefix,
java.lang.String hostCodepage)
throws java.lang.Exception
- Throws:
java.lang.Exception
createBridgeAPI
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
java.lang.String traceFilePrefix,
java.lang.String hostCodepage,
boolean secureConnection)
throws java.lang.Exception
- Throws:
java.lang.Exception
createBridgeAPI
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
java.lang.String traceFilePrefix,
java.lang.String hostCodepage,
java.lang.String clientCodepage)
throws java.lang.Exception
- Throws:
java.lang.Exception
createBridgeAPI
public static BridgeAPI createBridgeAPI(BridgeAPIFactory.ImplTypeEnum implType,
boolean traceWanted,
int timeoutSeconds,
java.lang.String traceFilePrefix,
java.lang.String hostCodepage,
java.lang.String clientCodepage,
boolean secureConnection)
throws java.lang.Exception
- Throws:
java.lang.Exception