public interface  org.apache.activemq.command.MarshallAware extends java.lang.Object
{
public abstract void beforeMarshall(org.apache.activemq.wireformat.WireFormat) throws java.io.IOException;
public abstract void afterMarshall(org.apache.activemq.wireformat.WireFormat) throws java.io.IOException;
public abstract void beforeUnmarshall(org.apache.activemq.wireformat.WireFormat) throws java.io.IOException;
public abstract void afterUnmarshall(org.apache.activemq.wireformat.WireFormat) throws java.io.IOException;
}