| Package | Description |
|---|---|
| org.opensaml.messaging.pipeline |
Interfaces and classes for message processing pipelines.
|
| org.opensaml.messaging.pipeline.httpclient |
Interfaces and classes for HTTP message processing pipelines.
|
| org.opensaml.messaging.pipeline.servlet |
Interfaces and classes for HTTP Servlet message processing pipelines.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicMessagePipeline<InboundMessageType,OutboundMessageType>
Basic implementation of
MessagePipeline. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpClientMessagePipeline<InboundMessageType,OutboundMessageType>
Specialization of
MessagePipeline which narrows the type of allowed encoders and decoders. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicHttpClientMessagePipeline<InboundMessageType,OutboundMessageType>
Basic implementation of
HttpClientMessagePipeline. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpServletMessagePipeline<InboundMessageType,OutboundMessageType>
Specialization of
MessagePipeline which narrows the type of allowed encoders and decoders. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicHttpServletMessagePipeline<InboundMessageType,OutboundMessageType>
Basic implementation of
HttpServletMessagePipeline. |
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.