public class org.apache.activemq.openwire.v.ResponseMarshaller extends org.apache.activemq.openwire.v.BaseCommandMarshaller
{
public void <init>()
{
org.apache.activemq.openwire.v.ResponseMarshaller v;
v := @this: org.apache.activemq.openwire.v.ResponseMarshaller;
specialinvoke v.<org.apache.activemq.openwire.v.BaseCommandMarshaller: void <init>()>();
return;
}
public byte getDataStructureType()
{
org.apache.activemq.openwire.v.ResponseMarshaller v;
v := @this: org.apache.activemq.openwire.v.ResponseMarshaller;
return 30;
}
public org.apache.activemq.command.DataStructure createObject()
{
org.apache.activemq.command.Response v;
org.apache.activemq.openwire.v.ResponseMarshaller v;
v := @this: org.apache.activemq.openwire.v.ResponseMarshaller;
v = new org.apache.activemq.command.Response;
specialinvoke v.<org.apache.activemq.command.Response: void <init>()>();
return v;
}
public void tightUnmarshal(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, java.io.DataInput, org.apache.activemq.openwire.BooleanStream) throws java.io.IOException
{
org.apache.activemq.openwire.v.ResponseMarshaller v;
org.apache.activemq.openwire.OpenWireFormat v;
int v;
java.io.DataInput v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
v := @this: org.apache.activemq.openwire.v.ResponseMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataInput;
v := @parameter: org.apache.activemq.openwire.BooleanStream;
specialinvoke v.<org.apache.activemq.openwire.v.BaseCommandMarshaller: void tightUnmarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataInput,org.apache.activemq.openwire.BooleanStream)>(v, v, v, v);
v = interfaceinvoke v.<java.io.DataInput: int readInt()>();
virtualinvoke v.<org.apache.activemq.command.Response: void setCorrelationId(int)>(v);
return;
}
public int tightMarshal1(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, org.apache.activemq.openwire.BooleanStream) throws java.io.IOException
{
org.apache.activemq.openwire.v.ResponseMarshaller v;
org.apache.activemq.openwire.OpenWireFormat v;
int v, v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
v := @this: org.apache.activemq.openwire.v.ResponseMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: org.apache.activemq.openwire.BooleanStream;
v = specialinvoke v.<org.apache.activemq.openwire.v.BaseCommandMarshaller: int tightMarshal1(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,org.apache.activemq.openwire.BooleanStream)>(v, v, v);
v = v + 4;
return v;
}
public void tightMarshal2(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, java.io.DataOutput, org.apache.activemq.openwire.BooleanStream) throws java.io.IOException
{
java.io.DataOutput v;
org.apache.activemq.openwire.v.ResponseMarshaller v;
org.apache.activemq.openwire.OpenWireFormat v;
int v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
v := @this: org.apache.activemq.openwire.v.ResponseMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataOutput;
v := @parameter: org.apache.activemq.openwire.BooleanStream;
specialinvoke v.<org.apache.activemq.openwire.v.BaseCommandMarshaller: void tightMarshal2(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataOutput,org.apache.activemq.openwire.BooleanStream)>(v, v, v, v);
v = virtualinvoke v.<org.apache.activemq.command.Response: int getCorrelationId()>();
interfaceinvoke v.<java.io.DataOutput: void writeInt(int)>(v);
return;
}
public void looseUnmarshal(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, java.io.DataInput) throws java.io.IOException
{
org.apache.activemq.openwire.v.ResponseMarshaller v;
org.apache.activemq.openwire.OpenWireFormat v;
int v;
java.io.DataInput v;
java.lang.Object v;
v := @this: org.apache.activemq.openwire.v.ResponseMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataInput;
specialinvoke v.<org.apache.activemq.openwire.v.BaseCommandMarshaller: void looseUnmarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataInput)>(v, v, v);
v = interfaceinvoke v.<java.io.DataInput: int readInt()>();
virtualinvoke v.<org.apache.activemq.command.Response: void setCorrelationId(int)>(v);
return;
}
public void looseMarshal(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, java.io.DataOutput) throws java.io.IOException
{
java.io.DataOutput v;
org.apache.activemq.openwire.v.ResponseMarshaller v;
org.apache.activemq.openwire.OpenWireFormat v;
int v;
java.lang.Object v;
v := @this: org.apache.activemq.openwire.v.ResponseMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataOutput;
specialinvoke v.<org.apache.activemq.openwire.v.BaseCommandMarshaller: void looseMarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataOutput)>(v, v, v);
v = virtualinvoke v.<org.apache.activemq.command.Response: int getCorrelationId()>();
interfaceinvoke v.<java.io.DataOutput: void writeInt(int)>(v);
return;
}
}