Package org.chenile.proxy.interceptors
Class HttpInvoker
java.lang.Object
org.chenile.proxy.interceptors.HttpInvoker
- All Implemented Interfaces:
org.chenile.owiz.Command<ChenileExchange>
Invokes the remote service using HTTP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ChenileExchange exchange) protected org.springframework.web.client.RestTemplategetRestTemplate(ChenileExchange chenileExchange)
-
Constructor Details
-
HttpInvoker
public HttpInvoker()
-
-
Method Details
-
execute
- Specified by:
executein interfaceorg.chenile.owiz.Command<ChenileExchange>- Throws:
Exception
-
getRestTemplate
protected org.springframework.web.client.RestTemplate getRestTemplate(ChenileExchange chenileExchange)
-