org.springframework.ws.transport.context
Class DefaultTransportContext
java.lang.Object
org.springframework.ws.transport.context.DefaultTransportContext
- All Implemented Interfaces:
- TransportContext
public class DefaultTransportContext
- extends Object
- implements TransportContext
Default implementation of the TransportContext
interface.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
DefaultTransportContext
public DefaultTransportContext(WebServiceConnection connection)
- Creates a new
DefaultTransportContext
that exposes the given connection.
getConnection
public WebServiceConnection getConnection()
- Description copied from interface:
TransportContext
- Returns the current
WebServiceConnection
.
- Specified by:
getConnection
in interface TransportContext
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.