Exemple #1
0
  /**
   * @param fileURL the url of the file uploaded to fedora
   * @param ID
   * @param entryType
   * @param dateTime
   * @param session
   * @return
   * @throws JMSException
   * @throws XMLStreamException
   */
  protected Message createNewExperimentMessage(String experimentXMLString)
      throws JMSException, XMLStreamException {

    MapMessage message = session.createMapMessage();
    message.setString("msgParamXML", experimentXMLString);

    return message;
  }