raccoon.tibco.tibrv.badhnati.xml
Class FastTibrvToXml

java.lang.Object
  extended by raccoon.tibco.tibrv.badhnati.xml.FastTibrvToXml

public class FastTibrvToXml
extends java.lang.Object

A try for a faster TibrvMsg to XML conversion (not pertinent).

Since:
Raccoon v1.0
Version:
$Id:$
Author:
Cedric ROUVRAIS

Constructor Summary
FastTibrvToXml()
           
 
Method Summary
 java.lang.String marshal(com.tibco.tibrv.TibrvMsg pTibrvMsg)
          Converts the contents of an TibrvMsg into an XML String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastTibrvToXml

public FastTibrvToXml()
Method Detail

marshal

public java.lang.String marshal(com.tibco.tibrv.TibrvMsg pTibrvMsg)
                         throws com.tibco.tibrv.TibrvException
Converts the contents of an TibrvMsg into an XML String.

Parameters:
pTibrvMsg - the message to be serialized.
Returns:
the xml string that bears the serialized information.
Throws:
com.tibco.tibrv.TibrvException


Copyright null null. All Rights Reserved.