public class RestCall extends Object
| Constructor and Description |
|---|
RestCall(org.apache.log4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
response(Callable<javax.ws.rs.core.Response> callable)
This will invoke the Callable and return the response to the callee.
|
public javax.ws.rs.core.Response response(Callable<javax.ws.rs.core.Response> callable)
callable - the REST call code that will respond to the rest callResponseCopyright © 2002-2021 Atlassian. All Rights Reserved.