Interface HttpClientMessagePipeline
- All Superinterfaces:
MessagePipeline
- All Known Implementing Classes:
BasicHttpClientMessagePipeline
Specialization of
MessagePipeline which narrows the type of allowed encoders and decoders.-
Method Summary
Modifier and TypeMethodDescriptionGet the message decoder instance.Get the message encoder instance.Methods inherited from interface org.opensaml.messaging.pipeline.MessagePipeline
getInboundMessageHandler, getOutboundPayloadMessageHandler, getOutboundTransportMessageHandler
-
Method Details
-
getEncoder
Get the message encoder instance.Narrows the super-interface return type to
HttpClientRequestMessageEncoder.- Specified by:
getEncoderin interfaceMessagePipeline- Returns:
- the message encoder
-
getDecoder
Get the message decoder instance.Narrows the super-interface return type to
HttpClientResponseMessageDecoder.- Specified by:
getDecoderin interfaceMessagePipeline- Returns:
- the message decoder
-