org.kuali.ole.ingest.krms.builder
Class OleKrmsObjectGeneratorFromXML

java.lang.Object
  extended by org.kuali.ole.ingest.krms.builder.OleKrmsObjectGeneratorFromXML

public class OleKrmsObjectGeneratorFromXML
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
OleKrmsObjectGeneratorFromXML()
           
 
Method Summary
 OleKrms buildKrmsFromFileContent(String fileContent)
          This method returns Krms object from fileContent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleKrmsObjectGeneratorFromXML

public OleKrmsObjectGeneratorFromXML()
Method Detail

buildKrmsFromFileContent

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

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


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