Package org.apache.activemq.command
Interface MarshallAware
- All Known Implementing Classes:
ActiveMQBlobMessage,ActiveMQBytesMessage,ActiveMQMapMessage,ActiveMQMessage,ActiveMQObjectMessage,ActiveMQStreamMessage,ActiveMQTextMessage,Message,WireFormatInfo
public interface MarshallAware
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterMarshall(WireFormat wireFormat) voidafterUnmarshall(WireFormat wireFormat) voidbeforeMarshall(WireFormat wireFormat) voidbeforeUnmarshall(WireFormat wireFormat)
-
Method Details
-
beforeMarshall
- Throws:
IOException
-
afterMarshall
- Throws:
IOException
-
beforeUnmarshall
- Throws:
IOException
-
afterUnmarshall
- Throws:
IOException
-