|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.openwire.v1.BaseDataStreamMarshaller
org.apache.activemq.openwire.v1.NetworkBridgeFilterMarshaller
public class NetworkBridgeFilterMarshaller
Marshalling code for Open Wire Format for NetworkBridgeFilterMarshaller 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.v1.BaseDataStreamMarshaller |
|---|
STACK_TRACE_ELEMENT_CONSTRUCTOR |
| Constructor Summary | |
|---|---|
NetworkBridgeFilterMarshaller()
|
|
| Method Summary | |
|---|---|
DataStructure |
createObject()
|
byte |
getDataStructureType()
Return the type of Data Structure we marshal |
void |
looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
java.io.DataOutput dataOut)
Write the booleans that this object uses to a BooleanStream |
void |
looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
java.io.DataInput dataIn)
Un-marshal an object instance from the data input stream |
int |
tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream |
void |
tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
java.io.DataOutput dataOut,
BooleanStream bs)
Write a object instance to data output stream |
void |
tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
java.io.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 NetworkBridgeFilterMarshaller()
| Method Detail |
|---|
public byte getDataStructureType()
getDataStructureType in interface DataStreamMarshallergetDataStructureType in class BaseDataStreamMarshallerpublic DataStructure createObject()
createObject in interface DataStreamMarshallercreateObject in class BaseDataStreamMarshaller
public void tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
java.io.DataInput dataIn,
BooleanStream bs)
throws java.io.IOException
tightUnmarshal in interface DataStreamMarshallertightUnmarshal in class BaseDataStreamMarshallero - the object to un-marshaldataIn - the data input stream to build the object from
java.io.IOException
public int tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
throws java.io.IOException
tightMarshal1 in interface DataStreamMarshallertightMarshal1 in class BaseDataStreamMarshallerjava.io.IOException
public void tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
java.io.DataOutput dataOut,
BooleanStream bs)
throws java.io.IOException
tightMarshal2 in interface DataStreamMarshallertightMarshal2 in class BaseDataStreamMarshallero - the instance to be marshaleddataOut - the output stream
java.io.IOException - thrown if an error occurs
public void looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
java.io.DataInput dataIn)
throws java.io.IOException
looseUnmarshal in interface DataStreamMarshallerlooseUnmarshal in class BaseDataStreamMarshallero - the object to un-marshaldataIn - the data input stream to build the object from
java.io.IOException
public void looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
java.io.DataOutput dataOut)
throws java.io.IOException
looseMarshal in interface DataStreamMarshallerlooseMarshal in class BaseDataStreamMarshallerjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||