org.kuali.ole.serviceimpl
Class OleSRUWebServiceImpl

java.lang.Object
  extended by org.kuali.ole.serviceimpl.OleSRUWebServiceImpl
All Implemented Interfaces:
OleSRUWebService

public class OleSRUWebServiceImpl
extends Object
implements OleSRUWebService

Created with IntelliJ IDEA. User: ? Date: 7/9/12 Time: 5:55 PM To change this template use File | Settings | File Templates.


Field Summary
 OleCQLQueryParserService oleCQLQueryParserService
           
 OleDiagnosticsService oleDiagnosticsService
           
 OleRequestOperationTypeService oleRequestOperationTypeService
           
 OleValidateInputRequestService oleValidateInputRequestService
           
 
Constructor Summary
OleSRUWebServiceImpl()
           
 
Method Summary
 String getOleSRUResponse(Map reqParamMap)
          this is to parse the query from the url and get the object and generate the response xml .Diagnostics takes place, if any error
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oleDiagnosticsService

public OleDiagnosticsService oleDiagnosticsService

oleCQLQueryParserService

public OleCQLQueryParserService oleCQLQueryParserService

oleRequestOperationTypeService

public OleRequestOperationTypeService oleRequestOperationTypeService

oleValidateInputRequestService

public OleValidateInputRequestService oleValidateInputRequestService
Constructor Detail

OleSRUWebServiceImpl

public OleSRUWebServiceImpl()
Method Detail

getOleSRUResponse

public String getOleSRUResponse(Map reqParamMap)
this is to parse the query from the url and get the object and generate the response xml .Diagnostics takes place, if any error

Specified by:
getOleSRUResponse in interface OleSRUWebService
Parameters:
reqParamMap -
Returns:
xml as a string


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