Package | Description |
---|---|
com.cerner.beadledom.client |
Modifier and Type | Method and Description |
---|---|
BeadledomWebTarget |
BeadledomClientBuilder.buildTarget(javax.ws.rs.core.Link baseUrl)
Deprecated.
Return a new instance of
{@link BeadledomWebTarget} with the given Link path by using
the default builder implementation on the classpath found using SPI. |
BeadledomWebTarget |
BeadledomClientBuilder.buildTarget(String baseUrl)
Deprecated.
Return a new instance of
{@link BeadledomWebTarget} with the given String path by using
the default builder implementation on the classpath found using SPI. |
BeadledomWebTarget |
BeadledomClientBuilder.buildTarget(URI baseUrl)
Deprecated.
Return a new instance of
{@link BeadledomWebTarget} with the given URI path by using
the default builder implementation on the classpath found using SPI. |
BeadledomWebTarget |
BeadledomClientBuilder.buildTarget(javax.ws.rs.core.UriBuilder baseUrl)
Deprecated.
Return a new instance of
{@link BeadledomWebTarget} with the given UriBuilder path by
using the default builder implementation on the classpath found using SPI. |
abstract BeadledomWebTarget |
BeadledomClient.target(javax.ws.rs.core.Link link)
Deprecated.
Build a new Beadledom web resource target.
|
abstract BeadledomWebTarget |
BeadledomClient.target(String uri)
Deprecated.
Build a new Beadledom web resource target.
|
abstract BeadledomWebTarget |
BeadledomClient.target(URI uri)
Deprecated.
Build a new Beadledom web resource target.
|
abstract BeadledomWebTarget |
BeadledomClient.target(javax.ws.rs.core.UriBuilder uriBuilder)
Deprecated.
Build a new Beadledom web resource target.
|
Copyright © 2020 Cerner Innovation, Inc.. All rights reserved.