|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutTransport | |
|---|---|
| org.opensaml.ws.message | Objects related to messages received and sent by web services. |
| org.opensaml.ws.transport | Interfaces to the various transports (HTTP, SMTP, TCP, etc.) that may be used to receive/send messages. |
| org.opensaml.ws.transport.http | HTTP transport classes included bindings for Servlets. |
| Uses of OutTransport in org.opensaml.ws.message |
|---|
| Fields in org.opensaml.ws.message declared as OutTransport | |
|---|---|
private OutTransport |
BaseMessageContext.outboundTransport
Outbound message transport. |
| Methods in org.opensaml.ws.message that return OutTransport | |
|---|---|
OutTransport |
BaseMessageContext.getOutboundMessageTransport()
Gets the transport used to respond to the message. |
OutTransport |
MessageContext.getOutboundMessageTransport()
Gets the transport used to respond to the message. |
| Methods in org.opensaml.ws.message with parameters of type OutTransport | |
|---|---|
void |
BaseMessageContext.setOutboundMessageTransport(OutTransport transport)
Sets the transport used to respond to the message. |
void |
MessageContext.setOutboundMessageTransport(OutTransport transport)
Sets the transport used to respond to the message. |
| Uses of OutTransport in org.opensaml.ws.transport |
|---|
| Classes in org.opensaml.ws.transport that implement OutTransport | |
|---|---|
class |
OutputStreamOutTransportAdapter
Adapter that allows a raw OutputStream to be used as an OutTransport. |
| Uses of OutTransport in org.opensaml.ws.transport.http |
|---|
| Subinterfaces of OutTransport in org.opensaml.ws.transport.http | |
|---|---|
interface |
HTTPOutTransport
HTTP-based outbound transport. |
| Classes in org.opensaml.ws.transport.http that implement OutTransport | |
|---|---|
class |
HttpServletResponseAdapter
Adapts an HttpServletResponse to an HTTPOutTransport. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||