|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.openwire.v3.BaseDataStreamMarshaller
org.apache.activemq.openwire.v3.BaseCommandMarshaller
public abstract class BaseCommandMarshaller
Marshalling code for Open Wire Format for BaseCommandMarshaller NOTE!: This file is auto generated - do not modify! if you need to make a change, please see the modify the groovy scripts in the under src/gram/script and then use maven openwire:generate to regenerate this file.
Field Summary |
---|
Fields inherited from class org.apache.activemq.openwire.v3.BaseDataStreamMarshaller |
---|
STACK_TRACE_ELEMENT_CONSTRUCTOR |
Constructor Summary | |
---|---|
BaseCommandMarshaller()
|
Method Summary | |
---|---|
void |
looseMarshal(OpenWireFormat wireFormat,
Object o,
DataOutput dataOut)
Write the booleans that this object uses to a BooleanStream |
void |
looseUnmarshal(OpenWireFormat wireFormat,
Object o,
DataInput dataIn)
Un-marshal an object instance from the data input stream |
int |
tightMarshal1(OpenWireFormat wireFormat,
Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream |
void |
tightMarshal2(OpenWireFormat wireFormat,
Object o,
DataOutput dataOut,
BooleanStream bs)
Write a object instance to data output stream |
void |
tightUnmarshal(OpenWireFormat wireFormat,
Object o,
DataInput dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseCommandMarshaller()
Method Detail |
---|
public void tightUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn, BooleanStream bs) throws IOException
tightUnmarshal
in interface DataStreamMarshaller
tightUnmarshal
in class BaseDataStreamMarshaller
o
- the object to un-marshaldataIn
- the data input stream to build the object from
IOException
public int tightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) throws IOException
tightMarshal1
in interface DataStreamMarshaller
tightMarshal1
in class BaseDataStreamMarshaller
IOException
public void tightMarshal2(OpenWireFormat wireFormat, Object o, DataOutput dataOut, BooleanStream bs) throws IOException
tightMarshal2
in interface DataStreamMarshaller
tightMarshal2
in class BaseDataStreamMarshaller
o
- the instance to be marshaleddataOut
- the output stream
IOException
- thrown if an error occurspublic void looseUnmarshal(OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException
looseUnmarshal
in interface DataStreamMarshaller
looseUnmarshal
in class BaseDataStreamMarshaller
o
- the object to un-marshaldataIn
- the data input stream to build the object from
IOException
public void looseMarshal(OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException
looseMarshal
in interface DataStreamMarshaller
looseMarshal
in class BaseDataStreamMarshaller
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |