| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private OutTransport |
BaseMessageContext.outboundTransport
Outbound message transport.
|
| Modifier and Type | Method and Description |
|---|---|
OutTransport |
MessageContext.getOutboundMessageTransport()
Gets the transport used to respond to the message.
|
OutTransport |
BaseMessageContext.getOutboundMessageTransport()
Gets the transport used to respond to the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageContext.setOutboundMessageTransport(OutTransport transport)
Sets the transport used to respond to the message.
|
void |
BaseMessageContext.setOutboundMessageTransport(OutTransport transport)
Sets the transport used to respond to the message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OutputStreamOutTransportAdapter
Adapter that allows a raw
OutputStream to be used as an OutTransport. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HTTPOutTransport
HTTP-based outbound transport.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServletResponseAdapter
Adapts an
HttpServletResponse to an HTTPOutTransport. |
Copyright © 1999-2015. All Rights Reserved.