org.opensaml.ws.transport
public class InputStreamInTransportAdapter extends BaseTransport implements InTransport
InputStream
to be used as an InTransport
.Modifier and Type | Field and Description |
---|---|
private InputStream |
inputStream
The wrapped InputStream.
|
Constructor and Description |
---|
InputStreamInTransportAdapter(InputStream stream)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
getIncomingStream()
Gets the incoming stream from the peer.
|
getAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAttribute, setAuthenticated, setCharacterEncoding, setConfidential, setIntegrityProtected
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAuthenticated, setConfidential, setIntegrityProtected
private InputStream inputStream
public InputStreamInTransportAdapter(InputStream stream)
stream
- the input stream to adaptpublic InputStream getIncomingStream()
getIncomingStream
in interface InTransport
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.