|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.tibco.tibrv.badhnati.xml.XmlToTibrv
public class XmlToTibrv
TODO Document this class.
| Constructor Summary | |
|---|---|
XmlToTibrv()
|
|
| Method Summary | |
|---|---|
boolean |
isFastMode()
Determines if the fast mode is active. |
com.tibco.tibrv.TibrvMsg |
marshal(org.xml.sax.InputSource pInputSource)
Converts the content of an XML input source into a TibrvMsg instance. |
com.tibco.tibrv.TibrvMsg |
marshal(java.io.Reader pXmlReader)
Converts the contents of an XML Reader into a TibrvMsg instance. |
com.tibco.tibrv.TibrvMsg |
marshal(java.lang.String pXmlMsg)
Converts a given XML compliant string into a TibrvMsg instance. |
void |
setFastMode(boolean pFastMode)
Defines whether or not the fast mode is to be used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlToTibrv()
throws LoadableException
LoadableException| Method Detail |
|---|
public boolean isFastMode()
MessageToXml,
then it is acceptable to use the fast mode.
true if the fast mode is active.public void setFastMode(boolean pFastMode)
MessageToXml,
then it is acceptable to use the fast mode.
pFastMode - the mode of the analysis to use for the XML Document.
public com.tibco.tibrv.TibrvMsg marshal(java.lang.String pXmlMsg)
throws RaccoonException
TibrvMsg instance.
pXmlMsg - the XML string
TibrvMsg instance.
RaccoonException - if the XML string is invalid.
public com.tibco.tibrv.TibrvMsg marshal(java.io.Reader pXmlReader)
throws RaccoonException
TibrvMsg instance.
pXmlReader - the XML string
TibrvMsg instance.
RaccoonException - if the XML string is invalid.
public com.tibco.tibrv.TibrvMsg marshal(org.xml.sax.InputSource pInputSource)
throws RaccoonException
TibrvMsg instance.
pInputSource - the XML input source
TibrvMsg instance.
RaccoonException - if the XML string is invalid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||