Interface ISServiceCaller
- All Known Implementing Classes:
ISServiceCallerImpl
public interface ISServiceCaller
Service used to communicate with the IS MU.
- Author:
- Vojtech Sassmann invalid input: '<'vojtech.sassmann@gmail.com>
-
Field Details
-
IS_ERROR_STATUS
- See Also:
-
IS_OK_STATUS
- See Also:
-
-
Method Details
-
call
Sends a request to the IS with the given body. The received response is returned, with the status code and an error (if some has occurred).- Parameters:
requestBody
- body of the http request, that will be send (xml format)requestId
- id of the request- Returns:
- response data
- Throws:
IOException
- if the connection to the IS failed
-