Class SimpleRestClient
- java.lang.Object
-
- step.plugins.notification.gateway.SimpleRestClient
-
public class SimpleRestClient extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleRestClient.SSLTrustAny
-
Field Summary
Fields Modifier and Type Field Description protected jakarta.ws.rs.client.Clientclient
-
Constructor Summary
Constructors Constructor Description SimpleRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.ResponseGET(String url)<T> TGET(String url, Class<T> responseType)<IN> jakarta.ws.rs.core.ResponsePOST(String url, IN requestEntity)<IN,OUT>
OUTPOST(String url, IN request, Class<OUT> responseClass)jakarta.ws.rs.core.Responsesend(String url, String method, jakarta.ws.rs.core.MultivaluedMap<String,Object> headers, String body)
-