Spring Web Services Framework

org.springframework.ws.transport.context
Class DefaultTransportContext

java.lang.Object
  extended by 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

Constructor Summary
DefaultTransportContext(WebServiceConnection connection)
          Creates a new DefaultTransportContext that exposes the given connection.
 
Method Summary
 WebServiceConnection getConnection()
          Returns the current WebServiceConnection.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultTransportContext

public DefaultTransportContext(WebServiceConnection connection)
Creates a new DefaultTransportContext that exposes the given connection.

Method Detail

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

Spring Web Services Framework

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