KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > jms > MessageFormatException > Top Examples

  • org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
    Test the conversion of primitive types for the <code>javax.jms.Message</code> properties. <br /> See JMS Specification, §3.5.4 Property Value Conversion and the corresponding table (p.33-34). <br /> The method name <code>testXXX2YYY</code> means that we test if ...
  • org.exolab.jms.message.StreamMessageImpl
    This class implements the {@link javax.jms.StreamMessage} interface. <p> A StreamMessage is used to send a stream of Java primitives. It is filled and read sequentially. It inherits from <code>Message</code> and adds a stream message body. It's methods are based largely on those ...
  • org.objectweb.joram.client.jms.MapMessage
    Implements the <code>javax.jms.MapMessage</code> interface.
  • org.exolab.jms.message.MapMessageImpl
    This class implements the {@link javax.jms.MapMessage} interface. <p> A MapMessage is used to send a set of name-value pairs where names are Strings and values are Java primitive types. The entries can be accessed sequentially or randomly by name. The order of the entries is undefined. It in ...
  • org.exolab.jms.message.FormatConverter
    A simple format converter to help convert an Object type as per the table listed below. <P>A value written as the row type can be read as the column type. <PRE> | | boolean byte short char int long float double String byte[] |--------------------------------------------------- ...
  • org.jboss.mq.SpyStreamMessage
    This class implements javax.jms.StreamMessage @author Norbert Lataille (Norbert.Lataille@m4x.org) @author <a HREF="mailto:adrian@jboss.org">Adrian Brock</a> @version $Revision: 1.9.6.2 $
  • com.caucho.jms.message.ObjectConverter
    A basic message.
  • org.jboss.mq.SpyMessage
    This class implements javax.jms.Message @author Norbert Lataille (Norbert.Lataille@m4x.org) @author Hiram Chirino (Cojonudo14@hotmail.com) @author David Maplesden (David.Maplesden@orion.co.nz) @author <a HREF="mailto:adrian@jboss.org">Adrian Brock</a> @version $Revision: 1.27.6.2 $
  • org.exolab.jms.message.ObjectMessageImpl
    This class implements the <code>javax.jms.ObjectMessage</code> interface. <p> An ObjectMessage is used to send a message that contains a serializable Java object. It inherits from <code>Message</code> and adds a body containing a single Java reference. Only <code&g ...
  • org.objectweb.joram.mom.util.MessageConverterModule
    The <code>MessageConverterModule</code> is a utility class used for converting JORAM MOM messages into foreign JMS messages and foreign JMS messages into JORAM MOM messages.
  • org.objectweb.joram.client.jms.ObjectMessage
    Implements the <code>javax.jms.ObjectMessage</code> interface.
  • org.objectweb.joram.mom.util.BridgeUnifiedModule
    The <code>BridgeUnifiedModule</code> class is a bridge module based on the JMS 1.1 unified semantics and classes.
  • org.exolab.jms.message.BytesMessageImpl
    This class implements the {@link BytesMessage} interface. @version $Revision: 1.2 $ $Date: 2005/03/18 03:50:12 $ @author <a HREF="mailto:mourikis@intalio.com">Jim Mourikis</a> @author <a HREF="mailto:tima@netspace.net.au">Tim Anderson</a> @see BytesMe ...
  • org.exolab.jms.client.JmsMessageProducer
    Client implementation of the <code>javax.jms.MessageProducer</code> interface @version $Revision: 1.2 $ $Date: 2005/03/18 03:36:37 $ @author <a HREF="mailto:jima@comware.com.au">Jim Alateras</a> @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson& ...
  • org.objectweb.joram.mom.util.BridgePubSubModule
    The <code>BridgePubSubModule</code> class is a bridge module based on the JMS Publish/Subscribe semantics and classes.
Popular Tags