|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codestreet.messageforge.Converter
com.codestreet.messageforge.ConverterTibrv
| Field Summary | |
static java.lang.String |
MSG_NAME
Name of String property with the message name. |
static java.lang.String |
XML_FIELD_NAME
Name of String field with the XML representation of non-JMS supported field types. |
| Constructor Summary | |
ConverterTibrv()
|
|
| Method Summary | |
static com.tibco.tibrv.TibrvMsg |
marshal(RMapMessage source)
Create a TibrvMsg from a RMapMessage. |
static com.tibco.tibrv.TibrvMsg |
marshal(RMapMessage source,
com.tibco.tibrv.TibrvMsg target)
Create a TibrvMsg from a RMapMessage. |
static RMapMessage |
unmarshal(com.tibco.tibrv.TibrvMsg source)
Create and set a RMsg from a TibrvMsg. |
static void |
unmarshal(com.tibco.tibrv.TibrvMsg source,
RMapMessage target)
Create and set a RMsg from a TibrvMsg. |
| Methods inherited from class com.codestreet.messageforge.Converter |
createMsgObject, createMsgObject, dateToDouble, dateToLong, dateToStr, getBeanValidator, getLenient, getVersion, setBeanValidator, setDateFromDouble, setDateFromLong, setDateFromStr, setDefaultFactory, setMaximumFractionDigits |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String MSG_NAME
public static final java.lang.String XML_FIELD_NAME
| Constructor Detail |
public ConverterTibrv()
| Method Detail |
public static com.tibco.tibrv.TibrvMsg marshal(RMapMessage source)
throws ConverterException
source - Source message.
ConverterExceptionRMapMessage,
RMsg
public static com.tibco.tibrv.TibrvMsg marshal(RMapMessage source,
com.tibco.tibrv.TibrvMsg target)
throws ConverterException
source - Source message.
ConverterExceptionRMapMessage,
RMsg
public static RMapMessage unmarshal(com.tibco.tibrv.TibrvMsg source)
throws ConverterException
source - Source message.
ConverterExceptionunmarshal(TibrvMsg, RMapMessage)
public static void unmarshal(com.tibco.tibrv.TibrvMsg source,
RMapMessage target)
throws ConverterException
source - Source message.target - Target message object.
ConverterException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||