Uses of Interface
org.opensaml.ws.transport.Transport

Packages that use Transport
org.opensaml.ws.transport Interfaces to the various transports (HTTP, SMTP, TCP, etc.) that may be used to receive/send messages. 
org.opensaml.ws.transport.http HTTP transport classes included bindings for Servlets. 
 

Uses of Transport in org.opensaml.ws.transport
 

Subinterfaces of Transport in org.opensaml.ws.transport
 interface InTransport
          Represents an inbound transport, that is the transport used to receive information.
 interface OutTransport
          Represents an outbound transport, that is the transport used to send information.
 

Classes in org.opensaml.ws.transport that implement Transport
 class BaseTransport
          Base abstract class for a Transport that provides local storage for all transport properties.
 class InputStreamInTransportAdapter
          Adapter that allows a raw InputStream to be used as an InTransport.
 class OutputStreamOutTransportAdapter
          Adapter that allows a raw OutputStream to be used as an OutTransport.
 

Uses of Transport in org.opensaml.ws.transport.http
 

Subinterfaces of Transport in org.opensaml.ws.transport.http
 interface HTTPInTransport
          HTTP-based inbound transport.
 interface HTTPOutTransport
          HTTP-based outbound transport.
 interface HTTPTransport
          An HTTP-based transport.
 

Classes in org.opensaml.ws.transport.http that implement Transport
 class HttpServletRequestAdapter
          Adapts an HttpServletRequest to an HTTPInTransport.
 class HttpServletResponseAdapter
          Adapts an HttpServletResponse to an HTTPOutTransport.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.