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
ExceptionString getDataFromResponseXMLForDocStore(String response, HashMap<String,String> dataMap) throws Exception
ExceptionList<BibInfoBean> getUUIDFromResponseXMLForDocStore(String response, HashMap<String,String> dataMap, List<BibInfoBean> bibInfoBeanList) throws Exception
ExceptionCopyright © 2004–2015 The Kuali Foundation. All rights reserved.