public class TransportFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getDefError() |
static TransportFactory |
getInstance()
Called to create an appropriate MessageFactory based upon what was
specified in the configuration.
|
TransportIntf |
getTransport(String aTransportType) |
void |
setTransportFactory(int aTransportType,
String aTransportTypeStr,
String aClassName) |
public static TransportFactory getInstance()
public TransportIntf getTransport(String aTransportType) throws Exception
Exceptionpublic void setTransportFactory(int aTransportType,
String aTransportTypeStr,
String aClassName)
public int getDefError()
Copyright © 2020. All rights reserved.