|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConverterException in com.codestreet.messageforge |
Methods in com.codestreet.messageforge that throw ConverterException | |
void |
RMsgFactoryImpl.setDefaultMsgFactories(RMsgFactory[] factories)
Register message factories. |
void |
RFldTibrvMsgArray.marshal(java.io.Writer writer,
int indentLevel,
java.lang.String indent,
boolean newLines,
boolean expandEmptyElements)
Write the field as XML to target writer. |
void |
RFldTibrvMsg.marshal(java.io.Writer writer,
int indentLevel,
java.lang.String indent,
boolean newLines,
boolean expandEmptyElements)
Write the field as XML to target writer. |
void |
RFldOpaque.marshal(java.io.Writer writer,
int indentLevel,
java.lang.String indent,
boolean newLines,
boolean expandEmptyElements)
Write the field as XML to target writer. |
void |
RFldMsgObj.marshal(java.io.Writer writer,
int indentLevel,
java.lang.String indent,
boolean newLines,
boolean expandEmptyElements)
Write the field as XML to target writer. |
void |
RFldInterface.marshal(java.io.Writer writer,
int indentLevel,
java.lang.String indent,
boolean newLines,
boolean expandEmptyElem)
Marshall the field as XML to target writer. |
void |
RFldHashtable.marshal(java.io.Writer writer,
int indentLevel,
java.lang.String indent,
boolean newLines,
boolean expandEmptyElements)
Write the field as XML to target writer. |
void |
RFldDatetime.marshal(java.io.Writer writer,
int indentLevel,
java.lang.String indent,
boolean newLines,
boolean expandEmptyElements)
Write the field as XML to target writer. |
void |
RFldArray.marshal(java.io.Writer writer,
int indentLevel,
java.lang.String indent,
boolean newLines,
boolean expandEmptyElements)
Write the field as XML to target writer. |
void |
RFld.marshal(java.io.Writer writer,
int indentLevel,
java.lang.String indent,
boolean newLines,
boolean expandEmptyElements)
Write the field as XML to target writer. |
protected static void |
RFld.marshal(java.io.Writer writer,
java.lang.String tag,
java.lang.String name,
java.lang.String val,
java.lang.String type,
int indentLevel,
java.lang.String indent,
boolean newLines,
boolean expandEmptyElements)
Write the field as XML to target writer. |
static void |
ConverterXML.setXmlValidation(boolean validate,
java.lang.String[] schemas)
This will set whether XML validation occurs when parsing. |
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)
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 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 RMapMessage |
ConverterTibrv.unmarshal(com.tibco.tibrv.TibrvMsg source)
Create and set a RMsg from a TibrvMsg. |
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 RMapMessage |
ConverterSerialization.unmarshal(java.io.InputStream ins)
De-serialize a RMapMessage from an InputStream. |
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 RMapMessage |
ConverterJMS.unmarshal(javax.jms.MapMessage source)
Create and set a RMsg from a javax.jms.MapMessage. |
static void |
ConverterJMS.unmarshal(javax.jms.MapMessage source,
RMapMessage target)
Create and set a RMsg from a javax.jms.MapMessage. |
static com.tibco.tibrv.TibrvMsg |
ConverterBeanAndTibrv.marshal(java.lang.Object bean)
Marshal a bean into a TIBCO Rendezvous message. |
static java.lang.Object |
ConverterBeanAndTibrv.unmarshal(com.tibco.tibrv.TibrvMsg source)
Unmarshal a bean from a TIBCO Rendezvous message. |
static java.lang.Object |
ConverterBeanAndTibrv.unmarshal(com.tibco.tibrv.TibrvMsg source,
java.lang.String beanName,
java.lang.String fullName)
Unmarshal a bean from a TIBCO Rendezvous message. |
static javax.jms.MapMessage |
ConverterBeanAndJMS.marshal(java.lang.Object bean,
javax.jms.Session session)
Marshal a bean into a JMS message. |
static java.lang.Object |
ConverterBeanAndJMS.unmarshal(javax.jms.MapMessage source)
Unmarshal a bean from a JMS message. |
static java.lang.Object |
ConverterBeanAndJMS.unmarshal(javax.jms.MapMessage source,
java.lang.String beanName,
java.lang.String fullName)
Unmarshal a bean from a JMS message. |
static RMapMessage |
Converter.createMsgObject(java.lang.String msgName)
|
static RMapMessage |
Converter.createMsgObject(java.lang.Class cls)
|
static void |
Converter.setDefaultFactory(RMsgFactory[] factories)
Set default message factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |