Class DefaultTransportContext
java.lang.Object
org.springframework.ws.transport.context.DefaultTransportContext
- All Implemented Interfaces:
TransportContext
Default implementation of the
TransportContext
interface.- Since:
- 1.0.0
- Author:
- Arjen Poutsma
-
Constructor Summary
ConstructorDescriptionDefaultTransportContext
(WebServiceConnection connection) Creates a newDefaultTransportContext
that exposes the given connection. -
Method Summary
-
Constructor Details
-
DefaultTransportContext
Creates a newDefaultTransportContext
that exposes the given connection.
-
-
Method Details
-
getConnection
Description copied from interface:TransportContext
Returns the currentWebServiceConnection
.- Specified by:
getConnection
in interfaceTransportContext
-
toString
-