| java.lang.Object |
| ↳ |
org.mule.modules.quickbooks.utils.MessageUtils |
| |
↳ |
org.mule.modules.quickbooks.online.objectfactory.QBOMessageUtils |
Class Overview
The MessageUtils helps to manage marshaling and unmarshaling of QBO objects.
getXMLDocument method converts the object to the XML String to send to IDS.
ParseResponse extracts the response CDM object or Error Object from the response XML.
Summary
|
[Expand]
Inherited Methods |
From class
org.mule.modules.quickbooks.utils.MessageUtils
|
JAXBElement
|
createJaxbElement(Object arg0)
|
|
Marshaller
|
createMarshaller()
|
|
Unmarshaller
|
createUnmarshaller()
|
|
abstract
JAXBContext
|
getJaxbContext()
|
|
abstract
Object
|
getObjectFactory()
|
|
String
|
getXmlDocument(JAXBElement<? extends Object> arg0)
|
|
abstract
Object
|
parseResponse(String arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
Public Methods
public
Object
parseResponse
(String responseString)
Protected Methods
protected
JAXBContext
getJaxbContext
()
protected
Object
getObjectFactory
()