public interface WebClientService
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) |
String sendRequest(String urlString, String contentType, String data) throws Exception
Exception
String getDataFromResponseXMLForDocStore(String response, HashMap<String,String> dataMap) throws Exception
Exception
List<BibInfoBean> getUUIDFromResponseXMLForDocStore(String response, HashMap<String,String> dataMap, List<BibInfoBean> bibInfoBeanList) throws Exception
Exception
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.