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 |
Decode data (of a custom datatype) from wire format into a Java object. |
See Also
Subtopics