org.apache.activemq.command
Interface MarshallAware
- All Known Implementing Classes:
- ActiveMQBlobMessage, ActiveMQBytesMessage, ActiveMQMapMessage, ActiveMQMessage, ActiveMQObjectMessage, ActiveMQStreamMessage, ActiveMQTextMessage, Message, WireFormatInfo
public interface MarshallAware
beforeMarshall
void beforeMarshall(WireFormat wireFormat)
throws java.io.IOException
- Throws:
java.io.IOException
afterMarshall
void afterMarshall(WireFormat wireFormat)
throws java.io.IOException
- Throws:
java.io.IOException
beforeUnmarshall
void beforeUnmarshall(WireFormat wireFormat)
throws java.io.IOException
- Throws:
java.io.IOException
afterUnmarshall
void afterUnmarshall(WireFormat wireFormat)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2005-2011. All Rights Reserved.