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 Type
    Method
    Description
    Returns the current WebServiceConnection.
  • Method Details