@param producer PointToPointProducer a pre-configured and started PointToPointProducerwhich will be used to send the update-request message to the appropriate destination and return the reply to this method (via the PointToPointProducer.produceRequest method).
@return XmlEnterpriseObject (Result) this will indicate the success or failureof the Update request. In an error condition, this will include any error information.
@throws EnterpriseObjectUpdateException if any errors occur when validatingthe contents of the object, if any errors occur while producing the request or if the object doesn't support the create action. This exception will also be thrown if the contents of the reply document contains an error. That is, if the consuming application had errors processing the request. This exception will include the Result information containing the error that occurred.
|
|