Spring Web Services Framework

Uses of Interface
org.springframework.ws.transport.context.TransportContext

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

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