Table of Contents

Interface MarshallAware

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
public interface MarshallAware

Methods

AfterMarshall(OpenWireFormat)

void AfterMarshall(OpenWireFormat wireFormat)

Parameters

wireFormat OpenWireFormat

AfterUnmarshall(OpenWireFormat)

void AfterUnmarshall(OpenWireFormat wireFormat)

Parameters

wireFormat OpenWireFormat

BeforeMarshall(OpenWireFormat)

void BeforeMarshall(OpenWireFormat wireFormat)

Parameters

wireFormat OpenWireFormat

BeforeUnmarshall(OpenWireFormat)

void BeforeUnmarshall(OpenWireFormat wireFormat)

Parameters

wireFormat OpenWireFormat

GetMarshalledForm(OpenWireFormat)

byte[] GetMarshalledForm(OpenWireFormat wireFormat)

Parameters

wireFormat OpenWireFormat

Returns

byte[]

SetMarshalledForm(OpenWireFormat, byte[])

void SetMarshalledForm(OpenWireFormat wireFormat, byte[] data)

Parameters

wireFormat OpenWireFormat
data byte[]