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 | Method and Description |
---|---|
InTransport |
MessageContext.getInboundMessageTransport()
Gets the transport used to receive the message.
|
InTransport |
BaseMessageContext.getInboundMessageTransport()
Gets the transport used to receive the message.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.setInboundMessageTransport(InTransport transport)
Sets the transport used to used to receive the message.
|
void |
BaseMessageContext.setInboundMessageTransport(InTransport transport)
Sets the transport used to used to receive the message.
|
Modifier and Type | Class and Description |
---|---|
class |
InputStreamInTransportAdapter
Adapter that allows a raw
InputStream to be used as an InTransport . |
Modifier and Type | Interface and Description |
---|---|
interface |
HTTPInTransport
HTTP-based inbound transport.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpServletRequestAdapter
Adapts an
HttpServletRequest to an HTTPInTransport . |
Copyright © 2015. All rights reserved.