public class

QBWMessageUtils

extends MessageUtils
java.lang.Object
   ↳ org.mule.modules.quickbooks.utils.MessageUtils
     ↳ org.mule.modules.quickbooks.windows.objectfactory.QBWMessageUtils

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

Fields
private static QBWMessageUtils qbwMessageUtils
Public Methods
static QBWMessageUtils getInstance()
Object parseResponse(String responseString)
Protected Methods
JAXBContext getJaxbContext()
Object getObjectFactory()
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.utils.MessageUtils
From class java.lang.Object

Fields

private static QBWMessageUtils qbwMessageUtils

Public Methods

public static QBWMessageUtils getInstance ()

public Object parseResponse (String responseString)

Parameters
responseString
Throws
JAXBException

Protected Methods

protected JAXBContext getJaxbContext ()

protected Object getObjectFactory ()