Interface TransportContext
- All Known Implementing Classes:
DefaultTransportContext
public interface TransportContext
Strategy interface for determining the current
WebServiceConnection
.
An instance of this class can be associated with a thread via the TransportContextHolder
class.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
-
Method Summary
Modifier and TypeMethodDescriptionReturns the currentWebServiceConnection
.
-
Method Details
-
getConnection
WebServiceConnection getConnection()Returns the currentWebServiceConnection
.
-