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
-
Method Summary
Modifier and TypeMethodDescription@Nullable WebServiceConnection
Returns the currentWebServiceConnection
.
-
Method Details
-
getConnection
@Nullable WebServiceConnection getConnection()Returns the currentWebServiceConnection
.
-