org.apache.activemq.openwire.commands.MessageDispatch

Here are the examples of the java api class org.apache.activemq.openwire.commands.MessageDispatch taken from open source projects.

1. MessageDispatchMarshaller#looseUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setDestination((OpenWireDestination) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setMessage((Message) looseUnmarsalNestedObject(wireFormat, dataIn));
    info.setRedeliveryCounter(dataIn.readInt());
}

2. MessageDispatchMarshaller#tightUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setDestination((OpenWireDestination) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setMessage((Message) tightUnmarsalNestedObject(wireFormat, dataIn, bs));
    info.setRedeliveryCounter(dataIn.readInt());
}

3. MessageDispatchMarshaller#looseUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setDestination((OpenWireDestination) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setMessage((Message) looseUnmarsalNestedObject(wireFormat, dataIn));
    info.setRedeliveryCounter(dataIn.readInt());
}

4. MessageDispatchMarshaller#tightUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setDestination((OpenWireDestination) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setMessage((Message) tightUnmarsalNestedObject(wireFormat, dataIn, bs));
    info.setRedeliveryCounter(dataIn.readInt());
}

5. MessageDispatchMarshaller#looseUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setDestination((OpenWireDestination) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setMessage((Message) looseUnmarsalNestedObject(wireFormat, dataIn));
    info.setRedeliveryCounter(dataIn.readInt());
}

6. MessageDispatchMarshaller#tightUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setDestination((OpenWireDestination) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setMessage((Message) tightUnmarsalNestedObject(wireFormat, dataIn, bs));
    info.setRedeliveryCounter(dataIn.readInt());
}

7. MessageDispatchMarshaller#looseUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setDestination((OpenWireDestination) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setMessage((Message) looseUnmarsalNestedObject(wireFormat, dataIn));
    info.setRedeliveryCounter(dataIn.readInt());
}

8. MessageDispatchMarshaller#tightUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setDestination((OpenWireDestination) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setMessage((Message) tightUnmarsalNestedObject(wireFormat, dataIn, bs));
    info.setRedeliveryCounter(dataIn.readInt());
}

9. MessageDispatchMarshaller#looseUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setDestination((OpenWireDestination) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setMessage((Message) looseUnmarsalNestedObject(wireFormat, dataIn));
    info.setRedeliveryCounter(dataIn.readInt());
}

10. MessageDispatchMarshaller#tightUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setDestination((OpenWireDestination) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setMessage((Message) tightUnmarsalNestedObject(wireFormat, dataIn, bs));
    info.setRedeliveryCounter(dataIn.readInt());
}

11. MessageDispatchMarshaller#looseUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setDestination((OpenWireDestination) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setMessage((Message) looseUnmarsalNestedObject(wireFormat, dataIn));
    info.setRedeliveryCounter(dataIn.readInt());
}

12. MessageDispatchMarshaller#tightUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setDestination((OpenWireDestination) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setMessage((Message) tightUnmarsalNestedObject(wireFormat, dataIn, bs));
    info.setRedeliveryCounter(dataIn.readInt());
}

13. MessageDispatchMarshaller#looseUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setDestination((OpenWireDestination) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setMessage((Message) looseUnmarsalNestedObject(wireFormat, dataIn));
    info.setRedeliveryCounter(dataIn.readInt());
}

14. MessageDispatchMarshaller#tightUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setDestination((OpenWireDestination) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setMessage((Message) tightUnmarsalNestedObject(wireFormat, dataIn, bs));
    info.setRedeliveryCounter(dataIn.readInt());
}

15. MessageDispatchMarshaller#looseUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setDestination((OpenWireDestination) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setMessage((Message) looseUnmarsalNestedObject(wireFormat, dataIn));
    info.setRedeliveryCounter(dataIn.readInt());
}

16. MessageDispatchMarshaller#tightUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setDestination((OpenWireDestination) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setMessage((Message) tightUnmarsalNestedObject(wireFormat, dataIn, bs));
    info.setRedeliveryCounter(dataIn.readInt());
}

17. MessageDispatchMarshaller#looseUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setDestination((OpenWireDestination) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setMessage((Message) looseUnmarsalNestedObject(wireFormat, dataIn));
    info.setRedeliveryCounter(dataIn.readInt());
}

18. MessageDispatchMarshaller#tightUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setDestination((OpenWireDestination) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setMessage((Message) tightUnmarsalNestedObject(wireFormat, dataIn, bs));
    info.setRedeliveryCounter(dataIn.readInt());
}

19. MessageDispatchMarshaller#looseUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setDestination((OpenWireDestination) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setMessage((Message) looseUnmarsalNestedObject(wireFormat, dataIn));
    info.setRedeliveryCounter(dataIn.readInt());
}

20. MessageDispatchMarshaller#tightUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setDestination((OpenWireDestination) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setMessage((Message) tightUnmarsalNestedObject(wireFormat, dataIn, bs));
    info.setRedeliveryCounter(dataIn.readInt());
}

21. MessageDispatchMarshaller#looseUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException {
    super.looseUnmarshal(wireFormat, o, dataIn);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setDestination((OpenWireDestination) looseUnmarsalCachedObject(wireFormat, dataIn));
    info.setMessage((org.apache.activemq.openwire.commands.Message) looseUnmarsalNestedObject(wireFormat, dataIn));
    info.setRedeliveryCounter(dataIn.readInt());
}

22. MessageDispatchMarshaller#tightUnmarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Un-marshal an object instance from the data input stream
     *
     * @param o
     *        the object to un-marshal
     * @param dataIn
     *        the data input stream to build the object from
     * @throws IOException
     */
@Override
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException {
    super.tightUnmarshal(wireFormat, o, dataIn, bs);
    MessageDispatch info = (MessageDispatch) o;
    info.setConsumerId((ConsumerId) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setDestination((OpenWireDestination) tightUnmarsalCachedObject(wireFormat, dataIn, bs));
    info.setMessage((org.apache.activemq.openwire.commands.Message) tightUnmarsalNestedObject(wireFormat, dataIn, bs));
    info.setRedeliveryCounter(dataIn.readInt());
}

23. MessageDispatchMarshaller#looseMarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConsumerId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getDestination(), dataOut);
    looseMarshalNestedObject(wireFormat, info.getMessage(), dataOut);
    dataOut.writeInt(info.getRedeliveryCounter());
}

24. MessageDispatchMarshaller#tightMarshal2()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    MessageDispatch info = (MessageDispatch) o;
    tightMarshalCachedObject2(wireFormat, info.getConsumerId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getDestination(), dataOut, bs);
    tightMarshalNestedObject2(wireFormat, info.getMessage(), dataOut, bs);
    dataOut.writeInt(info.getRedeliveryCounter());
}

25. MessageDispatchMarshaller#tightMarshal1()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConsumerId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getDestination(), bs);
    rc += tightMarshalNestedObject1(wireFormat, info.getMessage(), bs);
    return rc + 4;
}

26. MessageDispatchMarshaller#looseMarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConsumerId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getDestination(), dataOut);
    looseMarshalNestedObject(wireFormat, info.getMessage(), dataOut);
    dataOut.writeInt(info.getRedeliveryCounter());
}

27. MessageDispatchMarshaller#tightMarshal2()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    MessageDispatch info = (MessageDispatch) o;
    tightMarshalCachedObject2(wireFormat, info.getConsumerId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getDestination(), dataOut, bs);
    tightMarshalNestedObject2(wireFormat, info.getMessage(), dataOut, bs);
    dataOut.writeInt(info.getRedeliveryCounter());
}

28. MessageDispatchMarshaller#tightMarshal1()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConsumerId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getDestination(), bs);
    rc += tightMarshalNestedObject1(wireFormat, info.getMessage(), bs);
    return rc + 4;
}

29. MessageDispatchMarshaller#looseMarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConsumerId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getDestination(), dataOut);
    looseMarshalNestedObject(wireFormat, info.getMessage(), dataOut);
    dataOut.writeInt(info.getRedeliveryCounter());
}

30. MessageDispatchMarshaller#tightMarshal2()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    MessageDispatch info = (MessageDispatch) o;
    tightMarshalCachedObject2(wireFormat, info.getConsumerId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getDestination(), dataOut, bs);
    tightMarshalNestedObject2(wireFormat, info.getMessage(), dataOut, bs);
    dataOut.writeInt(info.getRedeliveryCounter());
}

31. MessageDispatchMarshaller#tightMarshal1()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConsumerId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getDestination(), bs);
    rc += tightMarshalNestedObject1(wireFormat, info.getMessage(), bs);
    return rc + 4;
}

32. MessageDispatchMarshaller#looseMarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConsumerId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getDestination(), dataOut);
    looseMarshalNestedObject(wireFormat, info.getMessage(), dataOut);
    dataOut.writeInt(info.getRedeliveryCounter());
}

33. MessageDispatchMarshaller#tightMarshal2()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    MessageDispatch info = (MessageDispatch) o;
    tightMarshalCachedObject2(wireFormat, info.getConsumerId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getDestination(), dataOut, bs);
    tightMarshalNestedObject2(wireFormat, info.getMessage(), dataOut, bs);
    dataOut.writeInt(info.getRedeliveryCounter());
}

34. MessageDispatchMarshaller#tightMarshal1()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConsumerId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getDestination(), bs);
    rc += tightMarshalNestedObject1(wireFormat, info.getMessage(), bs);
    return rc + 4;
}

35. MessageDispatchMarshaller#looseMarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConsumerId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getDestination(), dataOut);
    looseMarshalNestedObject(wireFormat, info.getMessage(), dataOut);
    dataOut.writeInt(info.getRedeliveryCounter());
}

36. MessageDispatchMarshaller#tightMarshal2()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    MessageDispatch info = (MessageDispatch) o;
    tightMarshalCachedObject2(wireFormat, info.getConsumerId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getDestination(), dataOut, bs);
    tightMarshalNestedObject2(wireFormat, info.getMessage(), dataOut, bs);
    dataOut.writeInt(info.getRedeliveryCounter());
}

37. MessageDispatchMarshaller#tightMarshal1()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConsumerId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getDestination(), bs);
    rc += tightMarshalNestedObject1(wireFormat, info.getMessage(), bs);
    return rc + 4;
}

38. MessageDispatchMarshaller#looseMarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConsumerId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getDestination(), dataOut);
    looseMarshalNestedObject(wireFormat, info.getMessage(), dataOut);
    dataOut.writeInt(info.getRedeliveryCounter());
}

39. MessageDispatchMarshaller#tightMarshal2()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    MessageDispatch info = (MessageDispatch) o;
    tightMarshalCachedObject2(wireFormat, info.getConsumerId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getDestination(), dataOut, bs);
    tightMarshalNestedObject2(wireFormat, info.getMessage(), dataOut, bs);
    dataOut.writeInt(info.getRedeliveryCounter());
}

40. MessageDispatchMarshaller#tightMarshal1()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConsumerId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getDestination(), bs);
    rc += tightMarshalNestedObject1(wireFormat, info.getMessage(), bs);
    return rc + 4;
}

41. MessageDispatchMarshaller#looseMarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConsumerId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getDestination(), dataOut);
    looseMarshalNestedObject(wireFormat, info.getMessage(), dataOut);
    dataOut.writeInt(info.getRedeliveryCounter());
}

42. MessageDispatchMarshaller#tightMarshal2()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    MessageDispatch info = (MessageDispatch) o;
    tightMarshalCachedObject2(wireFormat, info.getConsumerId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getDestination(), dataOut, bs);
    tightMarshalNestedObject2(wireFormat, info.getMessage(), dataOut, bs);
    dataOut.writeInt(info.getRedeliveryCounter());
}

43. MessageDispatchMarshaller#tightMarshal1()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConsumerId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getDestination(), bs);
    rc += tightMarshalNestedObject1(wireFormat, info.getMessage(), bs);
    return rc + 4;
}

44. MessageDispatchMarshaller#looseMarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConsumerId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getDestination(), dataOut);
    looseMarshalNestedObject(wireFormat, info.getMessage(), dataOut);
    dataOut.writeInt(info.getRedeliveryCounter());
}

45. MessageDispatchMarshaller#tightMarshal2()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    MessageDispatch info = (MessageDispatch) o;
    tightMarshalCachedObject2(wireFormat, info.getConsumerId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getDestination(), dataOut, bs);
    tightMarshalNestedObject2(wireFormat, info.getMessage(), dataOut, bs);
    dataOut.writeInt(info.getRedeliveryCounter());
}

46. MessageDispatchMarshaller#tightMarshal1()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConsumerId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getDestination(), bs);
    rc += tightMarshalNestedObject1(wireFormat, info.getMessage(), bs);
    return rc + 4;
}

47. MessageDispatchMarshaller#looseMarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConsumerId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getDestination(), dataOut);
    looseMarshalNestedObject(wireFormat, info.getMessage(), dataOut);
    dataOut.writeInt(info.getRedeliveryCounter());
}

48. MessageDispatchMarshaller#tightMarshal2()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    MessageDispatch info = (MessageDispatch) o;
    tightMarshalCachedObject2(wireFormat, info.getConsumerId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getDestination(), dataOut, bs);
    tightMarshalNestedObject2(wireFormat, info.getMessage(), dataOut, bs);
    dataOut.writeInt(info.getRedeliveryCounter());
}

49. MessageDispatchMarshaller#tightMarshal1()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConsumerId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getDestination(), bs);
    rc += tightMarshalNestedObject1(wireFormat, info.getMessage(), bs);
    return rc + 4;
}

50. MessageDispatchMarshaller#looseMarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConsumerId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getDestination(), dataOut);
    looseMarshalNestedObject(wireFormat, info.getMessage(), dataOut);
    dataOut.writeInt(info.getRedeliveryCounter());
}

51. MessageDispatchMarshaller#tightMarshal2()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    MessageDispatch info = (MessageDispatch) o;
    tightMarshalCachedObject2(wireFormat, info.getConsumerId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getDestination(), dataOut, bs);
    tightMarshalNestedObject2(wireFormat, info.getMessage(), dataOut, bs);
    dataOut.writeInt(info.getRedeliveryCounter());
}

52. MessageDispatchMarshaller#tightMarshal1()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConsumerId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getDestination(), bs);
    rc += tightMarshalNestedObject1(wireFormat, info.getMessage(), bs);
    return rc + 4;
}

53. MessageDispatchMarshaller#looseMarshal()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalCachedObject(wireFormat, info.getConsumerId(), dataOut);
    looseMarshalCachedObject(wireFormat, info.getDestination(), dataOut);
    looseMarshalNestedObject(wireFormat, info.getMessage(), dataOut);
    dataOut.writeInt(info.getRedeliveryCounter());
}

54. MessageDispatchMarshaller#tightMarshal2()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write a object instance to data output stream
     *
     * @param o
     *        the instance to be marshaled
     * @param dataOut
     *        the output stream
     * @throws IOException
     *         thrown if an error occurs
     */
@Override
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException {
    super.tightMarshal2(wireFormat, o, dataOut, bs);
    MessageDispatch info = (MessageDispatch) o;
    tightMarshalCachedObject2(wireFormat, info.getConsumerId(), dataOut, bs);
    tightMarshalCachedObject2(wireFormat, info.getDestination(), dataOut, bs);
    tightMarshalNestedObject2(wireFormat, info.getMessage(), dataOut, bs);
    dataOut.writeInt(info.getRedeliveryCounter());
}

55. MessageDispatchMarshaller#tightMarshal1()

Project: activemq-openwire
File: MessageDispatchMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    MessageDispatch info = (MessageDispatch) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getConsumerId(), bs);
    rc += tightMarshalCachedObject1(wireFormat, info.getDestination(), bs);
    rc += tightMarshalNestedObject1(wireFormat, info.getMessage(), bs);
    return rc + 4;
}