|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.ws.transport.BaseTransport
org.opensaml.ws.transport.InputStreamInTransportAdapter
public class InputStreamInTransportAdapter
Adapter that allows a raw InputStream to be used as an InTransport.
| Constructor Summary | |
|---|---|
InputStreamInTransportAdapter(java.io.InputStream stream)
Constructor. |
|
| Method Summary | |
|---|---|
java.io.InputStream |
getIncomingStream()
Gets the incoming stream from the peer. |
| 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 |
| Methods inherited from interface org.opensaml.ws.transport.Transport |
|---|
getAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAuthenticated, setConfidential, setIntegrityProtected |
| Constructor Detail |
|---|
public InputStreamInTransportAdapter(java.io.InputStream stream)
stream - the input stream to adapt| Method Detail |
|---|
public java.io.InputStream getIncomingStream()
getIncomingStream in interface InTransport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||