Spring Web Services Framework

org.springframework.ws.transport.context
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
 WebServiceConnection getConnection()
          Returns the current WebServiceConnection.
 

Method Detail

getConnection

WebServiceConnection getConnection()
Returns the current WebServiceConnection.


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.