public interface IWebServiceCaller
| Modifier and Type | Method and Description |
|---|---|
String |
callWebService(String strUrl,
Map<String,String> mapParameters,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
HttpMethodEnum httpMethod)
This method calls Rest WS to do an action
|
String callWebService(String strUrl, Map<String,String> mapParameters, fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator, List<String> listElements, HttpMethodEnum httpMethod) throws fr.paris.lutece.plugins.crmclient.util.CRMException
strUrl - the urlmapParameters - the params to pass in the postauthenticator - The request authenticatorlistElements - the list of elements to include in the signaturehttpMethod - the http method usedfr.paris.lutece.plugins.crmclient.util.CRMException - the exception if there is a problemCopyright © 2017 City of Paris. All rights reserved.