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. |
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.