org.springframework.ws.transport.support
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransportUtils
public TransportUtils()
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
)
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.