TibrvMsgDecoder

Interface

Declaration

interface com.tibco.tibrv.TibrvMsgDecoder

Purpose

Decode custom datatypes from wire format into Java objects.

Remarks

To define this interface, programs must implement its method.

Method

Description

TibrvMsgDecoder.decode()

Decode data (of a custom datatype) from wire format into a Java object.

See Also

TibrvMsg.setHandlers().

TibrvMsgEncoder