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 callResponse
Copyright © 2002-2023 Atlassian. All Rights Reserved.