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.
 

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-2009 Internet2. All Rights Reserved.