public abstract class TransportUtils extends Object
| Constructor and Description |
|---|
TransportUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeConnection(WebServiceConnection connection)
Close the given
WebServiceConnection and ignore any thrown exception. |
public static void closeConnection(WebServiceConnection connection)
WebServiceConnection and ignore any thrown exception. This is useful for typical
finally blocks.connection - the web service connection to close (may be null)