Interface CentralOrderApiClient
- All Known Implementing Classes:
DefaultCentralOrderApiClient
public interface CentralOrderApiClient
-
Method Summary
Modifier and TypeMethodDescription<T> org.springframework.http.ResponseEntity<T>voidpostEntity(org.springframework.web.util.UriComponents uriComponents, Object entity)
-
Method Details
-
postEntity
void postEntity(org.springframework.web.util.UriComponents uriComponents, Object entity) throws SapCentralOrderException - Parameters:
uriComponents-entity-- Throws:
SapCentralOrderException
-
getEntity
<T> org.springframework.http.ResponseEntity<T> getEntity(org.springframework.web.util.UriComponents uriComponents, Class<T> clazz) throws SapCentralOrderException - Type Parameters:
T-- Parameters:
uriComponents-clazz-- Returns:
org.springframework.http.ResponseEntity<T>- Throws:
SapCentralOrderException
-