org.opensaml.ws.transport
Interface InTransport

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

public interface InTransport
extends Transport

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


Method Summary
 java.io.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

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

Returns:
incoming stream from the peer


Copyright © 2006-2011 Internet2. All Rights Reserved.