パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
InTransport
Represents an inbound transport, that is the transport used to receive information.
|
interface |
OutTransport
Represents an outbound transport, that is the transport used to send information.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
BaseTransport
Base abstract class for a
Transport that provides local storage for all transport properties. |
class |
InputStreamInTransportAdapter
Adapter that allows a raw
InputStream to be used as an InTransport . |
class |
OutputStreamOutTransportAdapter
Adapter that allows a raw
OutputStream to be used as an OutTransport . |
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
HTTPInTransport
HTTP-based inbound transport.
|
interface |
HTTPOutTransport
HTTP-based outbound transport.
|
interface |
HTTPTransport
An HTTP-based transport.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
HttpServletRequestAdapter
Adapts an
HttpServletRequest to an HTTPInTransport . |
class |
HttpServletResponseAdapter
Adapts an
HttpServletResponse to an HTTPOutTransport . |
Copyright © 2012. All Rights Reserved.