Java org.springframework.jms.support.converter MessageConverter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.support.converter MessageConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms.support.converter MessageConverter.

The text is from its open source code.

Implementation

org.springframework.jms.support.converter.MessageConverter has the following implementations.
Click this link to see all its implementation.

Method

ObjectfromMessage(Message message)
Convert from a JMS Message to a Java object.
ClassgetClass()
Returns the runtime class of this Object .
MessagetoMessage(Object object, Session session)
Convert a Java object to a JMS Message using the supplied session to create the message object.