Class TransportUtils

java.lang.Object
org.springframework.ws.transport.support.TransportUtils

public abstract class TransportUtils extends Object
Generic utility methods for working with Web service transports. Mainly for internal use within the framework.
Since:
1.5.0
Author:
Arjen Poutsma
  • Constructor Details

    • TransportUtils

      public TransportUtils()
  • Method Details

    • closeConnection

      public static void closeConnection(WebServiceConnection connection)
      Close the given WebServiceConnection and ignore any thrown exception. This is useful for typical finally blocks.
      Parameters:
      connection - the web service connection to close (may be null)