|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutTransport
Represents an outbound transport, that is the transport used to send information.
| Method Summary | |
|---|---|
java.io.OutputStream |
getOutgoingStream()
Gets the outgoing data stream to the peer. |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Sets a transport-specific attribute. |
void |
setCharacterEncoding(java.lang.String encoding)
Sets the character encoding of the transport. |
| Methods inherited from interface org.opensaml.ws.transport.Transport |
|---|
getAttribute, getCharacterEncoding, getLocalCredential, getPeerCredential, isAuthenticated, isConfidential, isIntegrityProtected, setAuthenticated, setConfidential, setIntegrityProtected |
| Method Detail |
|---|
void setAttribute(java.lang.String name,
java.lang.Object value)
name - attribute namevalue - attribute valuevoid setCharacterEncoding(java.lang.String encoding)
encoding - character encoding of the transportjava.io.OutputStream getOutgoingStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||