public class DefaultTransportContext extends Object implements TransportContext
TransportContext
interface.Constructor and Description |
---|
DefaultTransportContext(WebServiceConnection connection)
Creates a new
DefaultTransportContext that exposes the given connection. |
Modifier and Type | Method and Description |
---|---|
WebServiceConnection |
getConnection()
Returns the current
WebServiceConnection . |
String |
toString() |
public DefaultTransportContext(WebServiceConnection connection)
DefaultTransportContext
that exposes the given connection.public WebServiceConnection getConnection()
TransportContext
WebServiceConnection
.getConnection
in interface TransportContext