org.kuali.ole.handler
Class OleSRUOpacXMLResponseHandler
java.lang.Object
org.kuali.ole.handler.OleSRUOpacXMLResponseHandler
public class OleSRUOpacXMLResponseHandler
- extends Object
Created with IntelliJ IDEA.
User: Srinivasan
Date: 7/16/12
Time: 7:06 PM
To change this template use File | Settings | File Templates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OleSRUOpacXMLResponseHandler
public OleSRUOpacXMLResponseHandler()
fromXML
public OleSRUResponseDocuments fromXML(String fileContent)
throws URISyntaxException,
IOException
- this method converts xml to OleSRUResponseDocuments object
- Parameters:
fileContent
-
- Returns:
- OleSRUResponseDocuments object
- Throws:
URISyntaxException
IOException
toXML
public String toXML(OleSRUResponseDocuments opacRecords)
- this method converts OleSRUResponseDocuments object to xml string
- Parameters:
opacRecords
- object
- Returns:
- xml as a String
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.