org.jboss.soa.esb.message.helper.content
Class SerializedMessageFactory

java.lang.Object
  extended by org.jboss.soa.esb.message.helper.content.ContentManager
      extended by org.jboss.soa.esb.message.helper.content.SerializedMessageFactory

public class SerializedMessageFactory
extends ContentManager

You get a message of a specific type when you need it and it is initialized with state.

Author:
Mark Little

Constructor Summary
protected SerializedMessageFactory()
           
 
Method Summary
static SerializedMessageFactory getInstance()
           
 
Methods inherited from class org.jboss.soa.esb.message.helper.content.ContentManager
createBytesMessage, createMapMessage, createObjectMessage, createTextMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializedMessageFactory

protected SerializedMessageFactory()
Method Detail

getInstance

public static final SerializedMessageFactory getInstance()