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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterMarshall(WireFormat wireFormat)voidafterUnmarshall(WireFormat wireFormat)voidbeforeMarshall(WireFormat wireFormat)voidbeforeUnmarshall(WireFormat wireFormat)
-
-
-
Method Detail
-
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
-
-