|
||||||||||
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
.
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 |
Constructor Detail |
---|
public OutputStreamOutTransportAdapter(OutputStream stream)
stream
- the output stream to adaptMethod Detail |
---|
public OutputStream getOutgoingStream()
getOutgoingStream
in interface OutTransport
public void setAttribute(String name, Object value)
setAttribute
in interface OutTransport
setAttribute
in class BaseTransport
name
- attribute namevalue
- attribute valuepublic void setCharacterEncoding(String encoding)
setCharacterEncoding
in interface OutTransport
setCharacterEncoding
in class BaseTransport
encoding
- the character encoding
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |