TibrvMsgEncoder

Interface

Declaration

interface com.tibco.tibrv.TibrvMsgEncoder

Purpose

Encode Java objects as wire format custom datatypes.

Remarks

To define this interface, programs must implement both of its methods.

Method

Description

TibrvMsgEncoder.canEncode()

Test whether this encoder can encode the data as a particular wire format custom datatype.

TibrvMsgEncoder.encode()

Encode a Java object as a wire format custom datatype.

See Also

TibrvMsg.setHandlers().

TibrvMsgDecoder