Package org.opensaml.ws.transport

Interfaces to the various transports (HTTP, SMTP, TCP, etc.) that may be used to receive/send messages.

See:
          Description

Interface Summary
InTransport Represents an inbound transport, that is the transport used to receive information.
OutTransport Represents an outbound transport, that is the transport used to send information.
Transport Base interface for inbound and outbound transports.
 

Class Summary
BaseTransport Base abstract class for a Transport that provides local storage for all transport properties.
InputStreamInTransportAdapter Adapter that allows a raw InputStream to be used as an InTransport.
OutputStreamOutTransportAdapter Adapter that allows a raw OutputStream to be used as an OutTransport.
 

Exception Summary
TransportException Base exception for transport-related errors.
 

Package org.opensaml.ws.transport Description

Interfaces to the various transports (HTTP, SMTP, TCP, etc.) that may be used to receive/send messages.



Copyright © 2006-2013 Internet2. All Rights Reserved.