raccoon.tibco.tibrv.api
Interface IXmlToTibrvMsg

All Superinterfaces:
IBadhnAti
All Known Implementing Classes:
TibrvMsgParser

public interface IXmlToTibrvMsg
extends IBadhnAti

TODO Document this class.

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

Method Summary
 java.lang.String bindFrom(com.tibco.tibrv.TibrvMsg pTibrvMsg)
          Converts the provided TibrvMsg instance into the corresponding XML Message instance.
 com.tibco.tibrv.TibrvMsg bindTo(java.lang.String pXmlMessage)
          Converts an XML message instance into a valid TIB/Rendezvous message.
 

Method Detail

bindFrom

java.lang.String bindFrom(com.tibco.tibrv.TibrvMsg pTibrvMsg)
                          throws RaccoonException
Converts the provided TibrvMsg instance into the corresponding XML Message instance.

Parameters:
pTibrvMsg - the TIB/Rendezvous message to be serialized.
Returns:
the XML Message instance.
Throws:
RaccoonException - in case of an error.

bindTo

com.tibco.tibrv.TibrvMsg bindTo(java.lang.String pXmlMessage)
                                throws RaccoonException
Converts an XML message instance into a valid TIB/Rendezvous message.

Parameters:
pXmlMessage - the XML Message to convert into a TIB/Rendezvous message.
Returns:
the TIB/Rendezvous message.
Throws:
RaccoonException - if the conversion process fails.


Copyright null null. All Rights Reserved.