|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportContext | |
---|---|
org.springframework.ws.transport.context | Abstraction for determining the current TransportInputStream and TransportOutputStream. |
Uses of TransportContext in org.springframework.ws.transport.context |
---|
Classes in org.springframework.ws.transport.context that implement TransportContext | |
---|---|
class |
DefaultTransportContext
Default implementation of the TransportContext interface. |
Methods in org.springframework.ws.transport.context that return TransportContext | |
---|---|
static TransportContext |
TransportContextHolder.getTransportContext()
Return the TransportContext associated with the current thread, if any. |
Methods in org.springframework.ws.transport.context with parameters of type TransportContext | |
---|---|
static void |
TransportContextHolder.setTransportContext(TransportContext transportContext)
Associate the given TransportContext with the current thread. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |