org.kuali.ole.handler
Class OleSRUOpacXMLResponseHandler

java.lang.Object
  extended by 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.


Constructor Summary
OleSRUOpacXMLResponseHandler()
           
 
Method Summary
 OleSRUResponseDocuments fromXML(String fileContent)
          this method converts xml to OleSRUResponseDocuments object
 String toXML(OleSRUResponseDocuments opacRecords)
          this method converts OleSRUResponseDocuments object to xml string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleSRUOpacXMLResponseHandler

public OleSRUOpacXMLResponseHandler()
Method Detail

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.