Serializes the given object into a DOM Element. Implementations should use Muse's registered Serializers in order to serialize the objects into the proper formats.
@param result The response value from the operation, which must be serialized into XML.
@return The XML equivalent of the given object, wrapped in an element whose QName is the value of getResponseName().
@throws SoapFault
- If no serialization mechanism exists for the object's type.
- If the object could not be serialized into XML.
@see #getResponseName()
@see org.apache.muse.core.serializer.Serializer#toXML(Object,QName)