| java.lang.Object org.springframework.ws.transport.context.TransportContextHolder
TransportContextHolder | abstract public class TransportContextHolder (Code) | | Simple holder class that associates a TransportContext instance with the current thread. The
TransportContext will be inherited by any child threads spawned by the current thread.
author: Arjen Poutsma See Also: TransportContext since: 1.0.0 |
getTransportContext | public static TransportContext getTransportContext()(Code) | | Return the TransportContext associated with the current thread, if any.
the current transport context, or null if none |
setTransportContext | public static void setTransportContext(TransportContext transportContext)(Code) | | Associate the given TransportContext with the current thread.
Parameters: transportContext - the current transport context, or null to reset the thread-bound context |
|
|