public interface OpenApiClient extends JaxRsClient
JaxRsClient with behaviors specific
to vCloud's Open API.
Package com.vmware.vcloud.api.rest.client Javadoc for detailed description for various
usage patterns
com.vmware.vcloud.api.rest.clientJaxRsClient.ErrorHandlerEMPTY_CONTENTS| Modifier and Type | Method and Description |
|---|---|
<JaxRsClass> |
getWebClientForNextCall(JaxRsClass proxy)
Returns the underlying
Client for next call only. |
createProxy, createWebClient, createWebClient, deleteResource, deleteResource, deleteResourceVoid, getEndpoint, getResource, getResource, optionsResource, postResource, postResource, postResourceVoid, putFile, putResource, putResource, putResourceVoid, setErrorHandler<JaxRsClass> org.apache.cxf.jaxrs.client.Client getWebClientForNextCall(JaxRsClass proxy)
Client for next call only.
Before invoking the next call, use the returned Client to manipulate the request.
After invocation, use it to access the raw Response object
proxy - Proxy of an open API interface acquired from JaxRsClient.createProxy(Class) callClient for the next call invoked.Copyright © 2019 VMware. All rights reserved.