Package | Description |
---|---|
io.fabric8.gateway.handlers.detecting.protocol.openwire.codec | |
io.fabric8.gateway.handlers.detecting.protocol.openwire.codec.v1 | |
io.fabric8.gateway.handlers.detecting.protocol.openwire.command |
Command objects used via the Command Pattern to communicate among nodes
|
Modifier and Type | Method and Description |
---|---|
OpenWireFormat |
OpenWireFormat.copy() |
Modifier and Type | Method and Description |
---|---|
void |
BaseDataStreamMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut) |
void |
DataStreamMarshaller.looseMarshal(OpenWireFormat format,
java.lang.Object c,
org.fusesource.hawtbuf.DataByteArrayOutputStream ds) |
protected void |
BaseDataStreamMarshaller.looseMarshalBuffer(OpenWireFormat wireFormat,
org.fusesource.hawtbuf.Buffer data,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut) |
protected void |
BaseDataStreamMarshaller.looseMarshalByteArray(OpenWireFormat wireFormat,
byte[] data,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut) |
protected void |
BaseDataStreamMarshaller.looseMarshalCachedObject(OpenWireFormat wireFormat,
DataStructure o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut) |
protected void |
BaseDataStreamMarshaller.looseMarshalConstByteArray(OpenWireFormat wireFormat,
byte[] data,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
int i) |
void |
BaseDataStreamMarshaller.looseMarshalLong(OpenWireFormat wireFormat,
long o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut) |
protected void |
BaseDataStreamMarshaller.looseMarshalNestedObject(OpenWireFormat wireFormat,
DataStructure o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut) |
protected void |
BaseDataStreamMarshaller.looseMarshalObjectArray(OpenWireFormat wireFormat,
DataStructure[] objects,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut) |
protected void |
BaseDataStreamMarshaller.looseMarshalThrowable(OpenWireFormat wireFormat,
java.lang.Throwable o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut) |
protected DataStructure |
BaseDataStreamMarshaller.looseUnmarsalCachedObject(OpenWireFormat wireFormat,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn) |
protected DataStructure |
BaseDataStreamMarshaller.looseUnmarsalNestedObject(OpenWireFormat wireFormat,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn) |
protected java.lang.Throwable |
BaseDataStreamMarshaller.looseUnmarsalThrowable(OpenWireFormat wireFormat,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn) |
void |
BaseDataStreamMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn) |
void |
DataStreamMarshaller.looseUnmarshal(OpenWireFormat format,
java.lang.Object data,
org.fusesource.hawtbuf.DataByteArrayInputStream dis) |
long |
BaseDataStreamMarshaller.looseUnmarshalLong(OpenWireFormat wireFormat,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn) |
int |
BaseDataStreamMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs) |
int |
DataStreamMarshaller.tightMarshal1(OpenWireFormat format,
java.lang.Object c,
BooleanStream bs) |
void |
BaseDataStreamMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs) |
void |
DataStreamMarshaller.tightMarshal2(OpenWireFormat format,
java.lang.Object c,
org.fusesource.hawtbuf.DataByteArrayOutputStream ds,
BooleanStream bs) |
protected int |
BaseDataStreamMarshaller.tightMarshalCachedObject1(OpenWireFormat wireFormat,
DataStructure o,
BooleanStream bs) |
protected void |
BaseDataStreamMarshaller.tightMarshalCachedObject2(OpenWireFormat wireFormat,
DataStructure o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs) |
int |
BaseDataStreamMarshaller.tightMarshalLong1(OpenWireFormat wireFormat,
long o,
BooleanStream bs) |
void |
BaseDataStreamMarshaller.tightMarshalLong2(OpenWireFormat wireFormat,
long o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs) |
protected int |
BaseDataStreamMarshaller.tightMarshalNestedObject1(OpenWireFormat wireFormat,
DataStructure o,
BooleanStream bs) |
protected void |
BaseDataStreamMarshaller.tightMarshalNestedObject2(OpenWireFormat wireFormat,
DataStructure o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs) |
protected int |
BaseDataStreamMarshaller.tightMarshalObjectArray1(OpenWireFormat wireFormat,
DataStructure[] objects,
BooleanStream bs) |
protected void |
BaseDataStreamMarshaller.tightMarshalObjectArray2(OpenWireFormat wireFormat,
DataStructure[] objects,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs) |
protected int |
BaseDataStreamMarshaller.tightMarshalThrowable1(OpenWireFormat wireFormat,
java.lang.Throwable o,
BooleanStream bs) |
protected void |
BaseDataStreamMarshaller.tightMarshalThrowable2(OpenWireFormat wireFormat,
java.lang.Throwable o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs) |
protected DataStructure |
BaseDataStreamMarshaller.tightUnmarsalCachedObject(OpenWireFormat wireFormat,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs) |
protected DataStructure |
BaseDataStreamMarshaller.tightUnmarsalNestedObject(OpenWireFormat wireFormat,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs) |
protected java.lang.Throwable |
BaseDataStreamMarshaller.tightUnmarsalThrowable(OpenWireFormat wireFormat,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs) |
void |
BaseDataStreamMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs) |
void |
DataStreamMarshaller.tightUnmarshal(OpenWireFormat format,
java.lang.Object data,
org.fusesource.hawtbuf.DataByteArrayInputStream dis,
BooleanStream bs) |
long |
BaseDataStreamMarshaller.tightUnmarshalLong(OpenWireFormat wireFormat,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs) |
Modifier and Type | Method and Description |
---|---|
static DataStreamMarshaller[] |
MarshallerFactory.createMarshallerMap(OpenWireFormat wireFormat) |
void |
LocalTransactionIdMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ActiveMQObjectMessageMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
DestinationInfoMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ActiveMQTempQueueMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ConnectionControlMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
RemoveSubscriptionInfoMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
XATransactionIdMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ExceptionResponseMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ConnectionErrorMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ConsumerControlMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
MessageDispatchMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
DataResponseMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ProducerInfoMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ConsumerInfoMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ActiveMQStreamMessageMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
WireFormatInfoMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ControlCommandMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
PartialCommandMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
LastPartialCommandMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
RemoveInfoMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ActiveMQQueueMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ActiveMQBytesMessageMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ActiveMQTempTopicMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
FlushCommandMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
SessionInfoMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
BaseCommandMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ReplayCommandMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
NetworkBridgeFilterMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ConnectionIdMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
KeepAliveInfoMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ActiveMQTextMessageMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ResponseMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ConsumerIdMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
DiscoveryEventMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
BrokerIdMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ActiveMQMapMessageMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ActiveMQMessageMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
IntegerResponseMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
SessionIdMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
MessageMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ConnectionInfoMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ShutdownInfoMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ActiveMQTempDestinationMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
TransactionIdMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ProducerIdMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
MessageIdMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
BrokerInfoMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
DataArrayResponseMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ActiveMQDestinationMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
ActiveMQTopicMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
MessageDispatchNotificationMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
MessageAckMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
TransactionInfoMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
SubscriptionInfoMarshaller.looseMarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
LocalTransactionIdMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQObjectMessageMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
DestinationInfoMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQTempQueueMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ConnectionControlMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
RemoveSubscriptionInfoMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
XATransactionIdMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ExceptionResponseMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ConnectionErrorMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ConsumerControlMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
MessageDispatchMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
DataResponseMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ProducerInfoMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ConsumerInfoMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQStreamMessageMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
WireFormatInfoMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ControlCommandMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
PartialCommandMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
LastPartialCommandMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
RemoveInfoMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQQueueMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQBytesMessageMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQTempTopicMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
FlushCommandMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
SessionInfoMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
BaseCommandMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ReplayCommandMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
NetworkBridgeFilterMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ConnectionIdMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
KeepAliveInfoMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQTextMessageMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ResponseMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ConsumerIdMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
DiscoveryEventMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
BrokerIdMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQMapMessageMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQMessageMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
IntegerResponseMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
SessionIdMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
MessageMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ConnectionInfoMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ShutdownInfoMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQTempDestinationMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
TransactionIdMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ProducerIdMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
MessageIdMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
BrokerInfoMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
DataArrayResponseMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQDestinationMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQTopicMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
MessageDispatchNotificationMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
MessageAckMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
TransactionInfoMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
void |
SubscriptionInfoMarshaller.looseUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn)
Un-marshal an object instance from the data input stream
|
int |
LocalTransactionIdMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ActiveMQObjectMessageMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
DestinationInfoMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ActiveMQTempQueueMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ConnectionControlMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
RemoveSubscriptionInfoMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
XATransactionIdMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ExceptionResponseMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ConnectionErrorMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ConsumerControlMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
MessageDispatchMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
DataResponseMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ProducerInfoMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ConsumerInfoMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ActiveMQStreamMessageMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
WireFormatInfoMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ControlCommandMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
PartialCommandMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
LastPartialCommandMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
RemoveInfoMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ActiveMQQueueMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ActiveMQBytesMessageMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ActiveMQTempTopicMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
FlushCommandMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
SessionInfoMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
BaseCommandMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ReplayCommandMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
NetworkBridgeFilterMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ConnectionIdMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
KeepAliveInfoMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ActiveMQTextMessageMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ResponseMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ConsumerIdMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
DiscoveryEventMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
BrokerIdMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ActiveMQMapMessageMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ActiveMQMessageMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
IntegerResponseMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
SessionIdMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
MessageMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ConnectionInfoMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ShutdownInfoMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ActiveMQTempDestinationMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
TransactionIdMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ProducerIdMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
MessageIdMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
BrokerInfoMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
DataArrayResponseMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ActiveMQDestinationMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
ActiveMQTopicMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
MessageDispatchNotificationMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
MessageAckMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
TransactionInfoMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
int |
SubscriptionInfoMarshaller.tightMarshal1(OpenWireFormat wireFormat,
java.lang.Object o,
BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
void |
LocalTransactionIdMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ActiveMQObjectMessageMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
DestinationInfoMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ActiveMQTempQueueMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ConnectionControlMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
RemoveSubscriptionInfoMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
XATransactionIdMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ExceptionResponseMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ConnectionErrorMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ConsumerControlMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
MessageDispatchMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
DataResponseMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ProducerInfoMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ConsumerInfoMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ActiveMQStreamMessageMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
WireFormatInfoMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ControlCommandMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
PartialCommandMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
LastPartialCommandMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
RemoveInfoMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ActiveMQQueueMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ActiveMQBytesMessageMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ActiveMQTempTopicMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
FlushCommandMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
SessionInfoMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
BaseCommandMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ReplayCommandMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
NetworkBridgeFilterMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ConnectionIdMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
KeepAliveInfoMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ActiveMQTextMessageMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ResponseMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ConsumerIdMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
DiscoveryEventMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
BrokerIdMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ActiveMQMapMessageMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ActiveMQMessageMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
IntegerResponseMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
SessionIdMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
MessageMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ConnectionInfoMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ShutdownInfoMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ActiveMQTempDestinationMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
TransactionIdMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ProducerIdMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
MessageIdMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
BrokerInfoMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
DataArrayResponseMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ActiveMQDestinationMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
ActiveMQTopicMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
MessageDispatchNotificationMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
MessageAckMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
TransactionInfoMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
SubscriptionInfoMarshaller.tightMarshal2(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayOutputStream dataOut,
BooleanStream bs)
Write a object instance to data output stream
|
void |
LocalTransactionIdMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQObjectMessageMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
DestinationInfoMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQTempQueueMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ConnectionControlMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
RemoveSubscriptionInfoMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
XATransactionIdMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ExceptionResponseMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ConnectionErrorMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ConsumerControlMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
MessageDispatchMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
DataResponseMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ProducerInfoMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ConsumerInfoMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQStreamMessageMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
WireFormatInfoMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ControlCommandMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
PartialCommandMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
LastPartialCommandMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
RemoveInfoMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQQueueMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQBytesMessageMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQTempTopicMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
FlushCommandMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
SessionInfoMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
BaseCommandMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ReplayCommandMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
NetworkBridgeFilterMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ConnectionIdMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
KeepAliveInfoMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQTextMessageMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ResponseMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ConsumerIdMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
DiscoveryEventMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
BrokerIdMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQMapMessageMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQMessageMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
IntegerResponseMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
SessionIdMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
MessageMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ConnectionInfoMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ShutdownInfoMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQTempDestinationMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
TransactionIdMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ProducerIdMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
MessageIdMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
BrokerInfoMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
DataArrayResponseMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQDestinationMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
ActiveMQTopicMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
MessageDispatchNotificationMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
MessageAckMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
TransactionInfoMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
void |
SubscriptionInfoMarshaller.tightUnmarshal(OpenWireFormat wireFormat,
java.lang.Object o,
org.fusesource.hawtbuf.DataByteArrayInputStream dataIn,
BooleanStream bs)
Un-marshal an object instance from the data input stream
|
Modifier and Type | Method and Description |
---|---|
void |
WireFormatInfo.afterMarshall(OpenWireFormat wireFormat) |
void |
ActiveMQTextMessage.afterMarshall(OpenWireFormat wireFormat) |
void |
MarshallAware.afterMarshall(OpenWireFormat wireFormat) |
void |
Message.afterMarshall(OpenWireFormat wireFormat) |
void |
WireFormatInfo.afterUnmarshall(OpenWireFormat wireFormat) |
void |
MarshallAware.afterUnmarshall(OpenWireFormat wireFormat) |
void |
Message.afterUnmarshall(OpenWireFormat wireFormat) |
void |
WireFormatInfo.beforeMarshall(OpenWireFormat wireFormat) |
void |
ActiveMQTextMessage.beforeMarshall(OpenWireFormat wireFormat) |
void |
MarshallAware.beforeMarshall(OpenWireFormat wireFormat) |
void |
Message.beforeMarshall(OpenWireFormat wireFormat) |
void |
ActiveMQMapMessage.beforeMarshall(OpenWireFormat wireFormat) |
void |
ActiveMQObjectMessage.beforeMarshall(OpenWireFormat wireFormat) |
void |
WireFormatInfo.beforeUnmarshall(OpenWireFormat wireFormat) |
void |
MarshallAware.beforeUnmarshall(OpenWireFormat wireFormat) |
void |
Message.beforeUnmarshall(OpenWireFormat wireFormat) |
Copyright © 2011-2014 Red Hat. All Rights Reserved.