org.opensaml.ws.transport
Class InputStreamInTransportAdapter
java.lang.Object
org.opensaml.ws.transport.BaseTransport
org.opensaml.ws.transport.InputStreamInTransportAdapter
- All Implemented Interfaces:
- InTransport, Transport
public class InputStreamInTransportAdapter
- extends BaseTransport
- implements InTransport
Adapter that allows a raw InputStream
to be used as an InTransport
.
Methods inherited from class org.opensaml.ws.transport.BaseTransport |
getAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAttribute, setAuthenticated, setCharacterEncoding, setConfidential, setIntegrityProtected |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputStreamInTransportAdapter
public InputStreamInTransportAdapter(InputStream stream)
- Constructor.
- Parameters:
stream
- the input stream to adapt
getIncomingStream
public InputStream getIncomingStream()
- Gets the incoming stream from the peer.
- Specified by:
getIncomingStream
in interface InTransport
- Returns:
- incoming stream from the peer
Copyright © 2006-2013 Internet2. All Rights Reserved.