TibrvXml

Class

Declaration

class com.tibco.tibrv.TibrvXml
  extends java.lang.Object

Purpose

Represent an XML byte array.

Remarks

Within programs, XML data is represented as a byte array. Within message fields, Rendezvous software compresses the bytes for efficient network transmission.

This class has no destroy() method. Instead, the Java garbage collector reclaims storage automatically.

Method

Description

TibrvXml()

Create an XML data object.

TibrvXml.getBytes()

Get the data bytes from an XML data object.

Inherited Methods

java.lang.Object.equals

java.lang.Object.getClass

java.lang.Object.hashCode

java.lang.Object.notify

java.lang.Object.notifyAll

java.lang.Object.toString (override)

java.lang.Object.wait

See Also

TibrvMsg.get()