| Package | Description |
|---|---|
| org.opensaml.messaging.pipeline | |
| org.opensaml.messaging.pipeline.httpclient | |
| org.opensaml.messaging.pipeline.servlet |
| 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–2015. All rights reserved.