|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITibrvMsgParser
The specialization of the BadhnAti contract for TIB/Rendezvous using the AE 3.0 format.
Method Summary | |
---|---|
java.lang.Object |
bindFrom(com.tibco.tibrv.TibrvMsg pTibrvMsg)
Converts the provided IBusMessage instance into the corresponding
java bean instance. |
com.tibco.tibrv.TibrvMsg |
bindTo(java.lang.Object pJavaBean)
Converts a java bean into a valid TIB/Rendezvous message. |
Method Detail |
---|
java.lang.Object bindFrom(com.tibco.tibrv.TibrvMsg pTibrvMsg) throws RaccoonException
IBusMessage
instance into the corresponding
java bean instance.
pTibrvMsg
- the TIB/Rendezvous message containing a serialized java bean.
RaccoonException
- if this component isn't loaded.com.tibco.tibrv.TibrvMsg bindTo(java.lang.Object pJavaBean) throws RaccoonException, java.lang.IllegalArgumentException
pJavaBean
- the java bean instance to convert.
RaccoonException
- if the conversion process fails.
java.lang.IllegalArgumentException
- if pUseAeFormat
is false because this isn't implemented yet.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |