public class RestCall extends Object
| 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 RestCall(Class restClass)
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 © 2007–2015 Atlassian. All rights reserved.