Package org.purl.sword.base

Examples of org.purl.sword.base.ServiceDocument.unmarshall()


      if (status.getCode() == HttpStatus.SC_OK) {
        String message = readResponse(response.getEntity().getContent());
        log.debug("returned message is: " + message);
        doc = new ServiceDocument();
        lastUnmarshallInfo = doc.unmarshall(message, properties);
      } else {
        throw new SWORDClientException(
            "Received error from service document request: "
                + status);
      }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.