|
||||||||||
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 | |
---|---|
OutputStream |
getOutgoingStream()
Gets the outgoing data stream to the peer. |
void |
setAttribute(String name,
Object value)
Sets a transport-specific attribute. |
void |
setCharacterEncoding(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(String name, Object value)
name
- attribute namevalue
- attribute valuevoid setCharacterEncoding(String encoding)
encoding
- character encoding of the transportOutputStream getOutgoingStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |