Package | Description |
---|---|
org.springframework.ws.transport.context |
Abstraction for determining the current TransportInputStream and TransportOutputStream.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransportContext
Default implementation of the
TransportContext interface. |
Modifier and Type | Method and Description |
---|---|
static TransportContext |
TransportContextHolder.getTransportContext()
Return the
TransportContext associated with the current thread, if any. |
Modifier and Type | Method and Description |
---|---|
static void |
TransportContextHolder.setTransportContext(TransportContext transportContext)
Associate the given
TransportContext with the current thread. |
Copyright © 2020 Pivotal Software. All rights reserved.