org.kuali.ole.patron.merge.controller
Class OlePatronConfigObjectGeneratorFromXML

java.lang.Object
  extended by org.kuali.ole.patron.merge.controller.OlePatronConfigObjectGeneratorFromXML

public class OlePatronConfigObjectGeneratorFromXML
extends Object

Created with IntelliJ IDEA. User: vivekb Date: 8/22/12 Time: 3:04 PM To change this template use File | Settings | File Templates.


Constructor Summary
OlePatronConfigObjectGeneratorFromXML()
           
 
Method Summary
 OlePatronConfig buildKrmsFromFileContent(String fileContent)
          This method returns PatronConfig object from fileContent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OlePatronConfigObjectGeneratorFromXML

public OlePatronConfigObjectGeneratorFromXML()
Method Detail

buildKrmsFromFileContent

public OlePatronConfig buildKrmsFromFileContent(String fileContent)
                                         throws URISyntaxException,
                                                IOException
This method returns PatronConfig object from fileContent. The xStream will convert the fileContent into PatronConfig Object.

Parameters:
fileContent -
Returns:
PatronConfig object
Throws:
URISyntaxException
IOException


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.