Marshals the given object to the payload of the given message using the provided
Marshaller .
Parameters: marshaller - the marshaller Parameters: graph - the root of the object graph to marshal Parameters: message - the message of which the payload is to be unmarshalled throws: IOException - in case of I/O errors
Unmarshals the payload of the given message using the provided
Unmarshaller .
Parameters: unmarshaller - the unmarshaller Parameters: message - the message of which the payload is to be unmarshalled the unmarshalled object throws: IOException - in case of I/O errors