org.apache.activemq.command
Interface MarshallAware
- All Known Implementing Classes:
- ActiveMQBytesMessage, ActiveMQMapMessage, ActiveMQMessage, ActiveMQObjectMessage, ActiveMQStreamMessage, ActiveMQTextMessage, Message, WireFormatInfo
public interface MarshallAware
beforeMarshall
void beforeMarshall(WireFormat wireFormat)
throws IOException
- Throws:
IOException
afterMarshall
void afterMarshall(WireFormat wireFormat)
throws IOException
- Throws:
IOException
beforeUnmarshall
void beforeUnmarshall(WireFormat wireFormat)
throws IOException
- Throws:
IOException
afterUnmarshall
void afterUnmarshall(WireFormat wireFormat)
throws IOException
- Throws:
IOException
setCachedMarshalledForm
void setCachedMarshalledForm(WireFormat wireFormat,
ByteSequence data)
getCachedMarshalledForm
ByteSequence getCachedMarshalledForm(WireFormat wireFormat)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.