|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RMapMessage in com.codestreet.messageforge |
Classes in com.codestreet.messageforge that implement RMapMessage | |
class |
RMsg
Base class for all message classes. |
Methods in com.codestreet.messageforge that return RMapMessage | |
RMapMessage |
RMsgFactoryImpl.createMsgObject(java.lang.String msgName)
|
RMapMessage |
RMsgFactoryImpl.createMsgObject(java.lang.String msgName,
boolean create)
|
RMapMessage |
RMsgFactoryImpl.createMsgObject(java.lang.Class cls)
|
RMapMessage |
RMsgFactoryImpl.createMsgObject(java.lang.Class cls,
boolean create)
|
RMapMessage |
RMsgFactory.createMsgObject(java.lang.String msgName)
Create message instance from message name. |
RMapMessage |
RMsgFactory.createMsgObject(java.lang.String msgName,
boolean create)
Create message instance from message name. |
RMapMessage |
RMsgFactory.createMsgObject(java.lang.Class cls)
Create message instance from Class. |
RMapMessage |
RMsgFactory.createMsgObject(java.lang.Class cls,
boolean create)
Create message instance from Class. |
static RMapMessage |
ConverterXML.unmarshal(java.lang.String source)
Create a message object from XML. |
static RMapMessage |
ConverterXML.unmarshal(java.io.Reader source)
Create a message object from specified Reader. |
static RMapMessage |
ConverterXML.unmarshal(java.io.InputStream source)
Create a message object from specified InputStream. |
static RMapMessage |
ConverterXML.unmarshal(java.io.File source)
Create a message object from specified File. |
static RMapMessage |
ConverterXML.unmarshal(java.net.URL source)
Create a message object from specified URL. |
static RMapMessage |
ConverterXML.unmarshal(org.jdom.Element root)
Create a message object from specified Element. |
static RMapMessage |
ConverterXML.unmarshal(java.lang.String source,
RMapMessage target)
Create a message object from specified Element. |
static RMapMessage |
ConverterTibrv.unmarshal(com.tibco.tibrv.TibrvMsg source)
Create and set a RMsg from a TibrvMsg. |
static RMapMessage |
ConverterSerialization.unmarshal(java.io.InputStream ins)
De-serialize a RMapMessage from an InputStream. |
static RMapMessage |
ConverterJMS.unmarshal(javax.jms.MapMessage source)
Create and set a RMsg from a javax.jms.MapMessage. |
static RMapMessage |
Converter.createMsgObject(java.lang.String msgName)
|
static RMapMessage |
Converter.createMsgObject(java.lang.Class cls)
|
Methods in com.codestreet.messageforge with parameters of type RMapMessage | |
static java.lang.String |
ConverterXML.marshal(RMapMessage source)
Convert a message object to XML. |
static java.lang.String |
ConverterXML.marshal(boolean skipJMSSupported,
RMapMessage source)
Convert a message object to XML. |
static void |
ConverterXML.marshal(RMapMessage source,
java.io.File target)
Convert a message object to XML and write to specified File. |
static void |
ConverterXML.marshal(RMapMessage source,
java.io.OutputStream target)
Convert a message object to XML and write to specified OutputStream. |
static void |
ConverterXML.marshal(RMapMessage source,
java.io.Writer target)
Convert a message object to XML and write to specified target writer. |
static int |
ConverterXML.marshal(boolean skipJMSSupported,
boolean skipDeclaration,
int indentLevel,
java.lang.String xmlTag,
RMapMessage source,
java.io.Writer target)
Convert a message object to XML and write to specified target writer. |
static RMapMessage |
ConverterXML.unmarshal(java.lang.String source,
RMapMessage target)
Create a message object from specified Element. |
static com.tibco.tibrv.TibrvMsg |
ConverterTibrv.marshal(RMapMessage source)
Create a TibrvMsg from a RMapMessage. |
static com.tibco.tibrv.TibrvMsg |
ConverterTibrv.marshal(RMapMessage source,
com.tibco.tibrv.TibrvMsg target)
Create a TibrvMsg from a RMapMessage. |
static void |
ConverterTibrv.unmarshal(com.tibco.tibrv.TibrvMsg source,
RMapMessage target)
Create and set a RMsg from a TibrvMsg. |
static java.io.ObjectOutputStream |
ConverterSerialization.marshal(java.io.OutputStream outs,
RMapMessage source)
Serialize a RMapMessage and create an ObjectOutputStream. |
static javax.jms.MapMessage |
ConverterJMS.marshal(RMapMessage source,
javax.jms.Session session)
Create a javax.jms.MapMessage from a RMapMessage. |
static javax.jms.MapMessage |
ConverterJMS.marshal(RMapMessage source,
javax.jms.MapMessage target,
javax.jms.Session session)
Create a javax.jms.MapMessage from a RMapMessage. |
static void |
ConverterJMS.unmarshal(javax.jms.MapMessage source,
RMapMessage target)
Create and set a RMsg from a javax.jms.MapMessage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |