public class WebClientServiceImpl extends Object implements WebClientService
Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
LOG |
Constructor and Description |
---|
WebClientServiceImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getDataFromResponseXMLForDocStore(String response,
HashMap<String,String> dataMap) |
List<BibInfoBean> |
getUUIDFromResponseXMLForDocStore(String response,
HashMap<String,String> dataMap,
List<BibInfoBean> bibInfoBeanList) |
String |
sendRequest(String urlString,
String contentType,
String data) |
protected static org.apache.log4j.Logger LOG
public WebClientServiceImpl()
public String sendRequest(String urlString, String contentType, String data) throws Exception
sendRequest
in interface WebClientService
Exception
public String getDataFromResponseXMLForDocStore(String response, HashMap<String,String> dataMap) throws Exception
getDataFromResponseXMLForDocStore
in interface WebClientService
Exception
public List<BibInfoBean> getUUIDFromResponseXMLForDocStore(String response, HashMap<String,String> dataMap, List<BibInfoBean> bibInfoBeanList) throws Exception
getUUIDFromResponseXMLForDocStore
in interface WebClientService
Exception
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.