| java.lang.Object | |
| ↳ | org.mule.modules.freshbooks.util.MessageUtils |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| freshbooksMessageUtils | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create Marshaller from the JAXB context.
| |||||||||||
Create UnMarshaller from the JAXB context.
| |||||||||||
This method JAXBElement object to XML String.
| |||||||||||
Clients of this method must make their own determination as to the contents of the response.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get object of ObjectFactory class generated using JAXB and XSD
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| obj |
|---|
Create Marshaller from the JAXB context.
Create UnMarshaller from the JAXB context.
This method JAXBElement object to XML String. IDS REST Services process XML string and Responds in XML.@return
| objectToMarshall |
|---|
| JAXBException |
|---|
Clients of this method must make their own determination as to the contents of the response. Generally this can be safely achieved by checking the instanceof.
| responseString |
|---|
| JAXBException | If the response unmarshaling fails. |
|---|---|
| Exception |
Get object of ObjectFactory class generated using JAXB and XSD