org.apache.activemq.openwire.commands.OpenWireDestination

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

1. OpenWireDestinationMarshaller#looseUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(looseUnmarshalString(dataIn));
}

2. OpenWireDestinationMarshaller#tightUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(tightUnmarshalString(dataIn, bs));
}

3. OpenWireDestinationMarshaller#looseUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(looseUnmarshalString(dataIn));
}

4. OpenWireDestinationMarshaller#tightUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(tightUnmarshalString(dataIn, bs));
}

5. OpenWireDestinationMarshaller#looseUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(looseUnmarshalString(dataIn));
}

6. OpenWireDestinationMarshaller#tightUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(tightUnmarshalString(dataIn, bs));
}

7. OpenWireDestinationMarshaller#looseUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(looseUnmarshalString(dataIn));
}

8. OpenWireDestinationMarshaller#tightUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(tightUnmarshalString(dataIn, bs));
}

9. OpenWireDestinationMarshaller#looseUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(looseUnmarshalString(dataIn));
}

10. OpenWireDestinationMarshaller#tightUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(tightUnmarshalString(dataIn, bs));
}

11. OpenWireDestinationMarshaller#looseUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(looseUnmarshalString(dataIn));
}

12. OpenWireDestinationMarshaller#tightUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(tightUnmarshalString(dataIn, bs));
}

13. OpenWireDestinationMarshaller#looseUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(looseUnmarshalString(dataIn));
}

14. OpenWireDestinationMarshaller#tightUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(tightUnmarshalString(dataIn, bs));
}

15. OpenWireDestinationMarshaller#looseUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(looseUnmarshalString(dataIn));
}

16. OpenWireDestinationMarshaller#tightUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(tightUnmarshalString(dataIn, bs));
}

17. OpenWireDestinationMarshaller#looseUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(looseUnmarshalString(dataIn));
}

18. OpenWireDestinationMarshaller#tightUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(tightUnmarshalString(dataIn, bs));
}

19. OpenWireDestinationMarshaller#looseUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(looseUnmarshalString(dataIn));
}

20. OpenWireDestinationMarshaller#tightUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(tightUnmarshalString(dataIn, bs));
}

21. OpenWireDestinationMarshaller#looseUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(looseUnmarshalString(dataIn));
}

22. OpenWireDestinationMarshaller#tightUnmarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    info.setPhysicalName(tightUnmarshalString(dataIn, bs));
}

23. OpenWireDestinationMarshaller#looseMarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getPhysicalName(), dataOut);
}

24. OpenWireDestinationMarshaller#tightMarshal2()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    tightMarshalString2(info.getPhysicalName(), dataOut, bs);
}

25. OpenWireDestinationMarshaller#tightMarshal1()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getPhysicalName(), bs);
    return rc + 0;
}

26. OpenWireDestinationMarshaller#looseMarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getPhysicalName(), dataOut);
}

27. OpenWireDestinationMarshaller#tightMarshal2()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    tightMarshalString2(info.getPhysicalName(), dataOut, bs);
}

28. OpenWireDestinationMarshaller#tightMarshal1()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getPhysicalName(), bs);
    return rc + 0;
}

29. OpenWireDestinationMarshaller#looseMarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getPhysicalName(), dataOut);
}

30. OpenWireDestinationMarshaller#tightMarshal2()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    tightMarshalString2(info.getPhysicalName(), dataOut, bs);
}

31. OpenWireDestinationMarshaller#tightMarshal1()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getPhysicalName(), bs);
    return rc + 0;
}

32. OpenWireDestinationMarshaller#looseMarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getPhysicalName(), dataOut);
}

33. OpenWireDestinationMarshaller#tightMarshal2()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    tightMarshalString2(info.getPhysicalName(), dataOut, bs);
}

34. OpenWireDestinationMarshaller#tightMarshal1()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getPhysicalName(), bs);
    return rc + 0;
}

35. OpenWireDestinationMarshaller#looseMarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getPhysicalName(), dataOut);
}

36. OpenWireDestinationMarshaller#tightMarshal2()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    tightMarshalString2(info.getPhysicalName(), dataOut, bs);
}

37. OpenWireDestinationMarshaller#tightMarshal1()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getPhysicalName(), bs);
    return rc + 0;
}

38. OpenWireDestinationMarshaller#looseMarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getPhysicalName(), dataOut);
}

39. OpenWireDestinationMarshaller#tightMarshal2()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    tightMarshalString2(info.getPhysicalName(), dataOut, bs);
}

40. OpenWireDestinationMarshaller#tightMarshal1()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getPhysicalName(), bs);
    return rc + 0;
}

41. OpenWireDestinationMarshaller#looseMarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getPhysicalName(), dataOut);
}

42. OpenWireDestinationMarshaller#tightMarshal2()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    tightMarshalString2(info.getPhysicalName(), dataOut, bs);
}

43. OpenWireDestinationMarshaller#tightMarshal1()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getPhysicalName(), bs);
    return rc + 0;
}

44. OpenWireDestinationMarshaller#looseMarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getPhysicalName(), dataOut);
}

45. OpenWireDestinationMarshaller#tightMarshal2()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    tightMarshalString2(info.getPhysicalName(), dataOut, bs);
}

46. OpenWireDestinationMarshaller#tightMarshal1()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getPhysicalName(), bs);
    return rc + 0;
}

47. OpenWireDestinationMarshaller#looseMarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getPhysicalName(), dataOut);
}

48. OpenWireDestinationMarshaller#tightMarshal2()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    tightMarshalString2(info.getPhysicalName(), dataOut, bs);
}

49. OpenWireDestinationMarshaller#tightMarshal1()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getPhysicalName(), bs);
    return rc + 0;
}

50. OpenWireDestinationMarshaller#looseMarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getPhysicalName(), dataOut);
}

51. OpenWireDestinationMarshaller#tightMarshal2()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    tightMarshalString2(info.getPhysicalName(), dataOut, bs);
}

52. OpenWireDestinationMarshaller#tightMarshal1()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getPhysicalName(), bs);
    return rc + 0;
}

53. OpenWireDestinationMarshaller#looseMarshal()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    super.looseMarshal(wireFormat, o, dataOut);
    looseMarshalString(info.getPhysicalName(), dataOut);
}

54. OpenWireDestinationMarshaller#tightMarshal2()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.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);
    OpenWireDestination info = (OpenWireDestination) o;
    tightMarshalString2(info.getPhysicalName(), dataOut, bs);
}

55. OpenWireDestinationMarshaller#tightMarshal1()

Project: activemq-openwire
File: OpenWireDestinationMarshaller.java
/**
     * Write the booleans that this object uses to a BooleanStream
     */
@Override
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException {
    OpenWireDestination info = (OpenWireDestination) o;
    int rc = super.tightMarshal1(wireFormat, o, bs);
    rc += tightMarshalString1(info.getPhysicalName(), bs);
    return rc + 0;
}