java.lang.Object
org.activemq.io.impl.AbstractPacketReader
org.activemq.io.impl.AbstractPacketMarshaller
org.activemq.transport.openwire.OpenWirePacketMarshallerSupport
org.activemq.transport.openwire.io.ActiveMQMessageMarshaller
- All Implemented Interfaces:
- org.activemq.io.impl.PacketReader, org.activemq.io.impl.PacketWriter
- Direct Known Subclasses:
- ActiveMQBytesMessageMarshaller, ActiveMQMapMessageMarshaller, ActiveMQObjectMessageMarshaller, ActiveMQStreamMessageMarshaller, ActiveMQTextMessageMarshaller
- public class ActiveMQMessageMarshaller
- extends org.activemq.transport.openwire.OpenWirePacketMarshallerSupport
AUTOGENERATED Marshaller for OpenWire command ActiveMQMessage
- Version:
- $Revision: 1.1 $
| Methods inherited from class org.activemq.transport.openwire.OpenWirePacketMarshallerSupport |
readBoolean, readBytes, readDestination, readProperties, readString, writeBoolean, writeBytes, writeDestination, writeDestination, writeProperties, writeProperties, writeString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActiveMQMessageMarshaller
public ActiveMQMessageMarshaller()
getPacketType
public int getPacketType()
- Return the type of Packet
createPacket
public org.activemq.message.Packet createPacket()
buildPacket
public void buildPacket(org.activemq.message.Packet packet,
java.io.DataInput dataIn)
throws java.io.IOException
- build a Packet instance from the data input stream
writePacket
public void writePacket(org.activemq.message.Packet packet,
java.io.DataOutput dataOut)
throws java.io.IOException
- Write a Packet instance to data output stream