public class CstaTransportFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
CstaTransportFactory() |
Modifier and Type | Method and Description |
---|---|
static CstaNetworkLayer |
getTransportLink(CstaConfiguration cfg)
Returns null if the transport type is not supported.
|
public static CstaNetworkLayer getTransportLink(CstaConfiguration cfg) throws CstaException
Returns null if the transport type is not supported.
Throws CstaException if there is a problem with the configuration and the object can not be constructed properly
cfg
- the Configuration data to run SDK.CstaException