|
||||||||||
| 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.OutputStreamOutTransportAdapter
public class OutputStreamOutTransportAdapter
Adapter that allows a raw OutputStream to be used as an OutTransport.
| Field Summary | |
|---|---|
private OutputStream |
outputStream
The wrapped output stream. |
| Constructor Summary | |
|---|---|
OutputStreamOutTransportAdapter(OutputStream stream)
Constructor. |
|
| Method Summary | |
|---|---|
OutputStream |
getOutgoingStream()
Gets the outgoing data stream to the peer. |
void |
setAttribute(String name,
Object value)
Set an attribute value. |
void |
setCharacterEncoding(String encoding)
Set the character encoding. |
| Methods inherited from class org.opensaml.ws.transport.BaseTransport |
|---|
getAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAuthenticated, 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 |
| Field Detail |
|---|
private OutputStream outputStream
| Constructor Detail |
|---|
public OutputStreamOutTransportAdapter(OutputStream stream)
stream - the output stream to adapt| Method Detail |
|---|
public OutputStream getOutgoingStream()
getOutgoingStream in interface OutTransport
public void setAttribute(String name,
Object value)
setAttribute in interface OutTransportsetAttribute in class BaseTransportname - attribute namevalue - attribute valuepublic void setCharacterEncoding(String encoding)
setCharacterEncoding in interface OutTransportsetCharacterEncoding in class BaseTransportencoding - the character encoding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||