Uses of Enum Class
org.springframework.jms.support.converter.MessageType
Packages that use MessageType
Package
Description
Provides a MessageConverter abstraction to convert
between Java objects and JMS messages.
-
Uses of MessageType in org.springframework.jms.support.converter
Methods in org.springframework.jms.support.converter that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeReturns the enum constant of this class with the specified name.static MessageType[]MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.jms.support.converter with parameters of type MessageTypeModifier and TypeMethodDescriptionprotected MessageMappingJackson2MessageConverter.mapToMessage(Object object, Session session, ObjectWriter objectWriter, MessageType targetType) Template method that allows for custom message mapping.protected MessageMarshallingMessageConverter.marshalToMessage(Object object, Session session, Marshaller marshaller, MessageType targetType) Template method that allows for custom message marshalling.voidMappingJackson2MessageConverter.setTargetType(MessageType targetType) Specify whetherMappingJackson2MessageConverter.toMessage(Object, Session)should marshal to aBytesMessageor aTextMessage.voidMarshallingMessageConverter.setTargetType(MessageType targetType) Specify whetherMarshallingMessageConverter.toMessage(Object, Session)should marshal to aBytesMessageor aTextMessage.