org.opensaml.ws.transport
Interface InTransport

All Superinterfaces:
Transport
All Known Subinterfaces:
HTTPInTransport
All Known Implementing Classes:
HttpServletRequestAdapter, InputStreamInTransportAdapter

public interface InTransport
extends Transport

Represents an inbound transport, that is the transport used to receive information.


Method Summary
 InputStream getIncomingStream()
          Gets the incoming stream from the peer.
 
Methods inherited from interface org.opensaml.ws.transport.Transport
getAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAuthenticated, setConfidential, setIntegrityProtected
 

Method Detail

getIncomingStream

InputStream getIncomingStream()
Gets the incoming stream from the peer.

Returns:
incoming stream from the peer


Copyright © 2006-2013 Internet2. All Rights Reserved.