protected final class MessagingMessageListenerAdapter.MessagingMessageConverterAdapter extends MessagingMessageConverter
AbstractAdaptableMessageListener.extractMessage(org.springframework.amqp.core.Message message)
to enforce backward compatibility. Uses this listener adapter's converter instead of
the one configured in the converter adapter.
If the inbound message has no type information and the configured message converter
supports it, we attempt to infer the conversion type from the method signature.| Modifier and Type | Method and Description |
|---|---|
protected Object |
extractPayload(Message message)
Extract the payload of the specified
Message. |
protected Method |
getMethod() |
protected boolean |
isAmqpMessageList() |
protected boolean |
isMessageList() |
afterPropertiesSet, fromMessage, getHeaderMapper, setHeaderMapper, setPayloadConverter, toMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoMessageprotected boolean isMessageList()
protected boolean isAmqpMessageList()
protected Method getMethod()
protected Object extractPayload(Message message)
MessagingMessageConverterMessage.extractPayload in class MessagingMessageConvertermessage - the AMQP Message to extract payload.payload.