| Package | Description |
|---|---|
| ca.uhn.fhir.jaxrs.server | |
| ca.uhn.fhir.jaxrs.server.interceptor | |
| ca.uhn.fhir.jaxrs.server.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJaxRsBundleProvider
This server is the abstract superclass for all bundle providers.
|
class |
AbstractJaxRsConformanceProvider
This is the conformance provider for the jax rs servers.
|
class |
AbstractJaxRsPageProvider
Base class for a provider to provide the
[baseUrl]?_getpages=foo request, which is a request to the
server to retrieve the next page of a set of paged results. |
class |
AbstractJaxRsResourceProvider<R extends org.hl7.fhir.instance.model.api.IBaseResource>
This server is the abstract superclass for all resource providers.
|
| Constructor and Description |
|---|
AbstractJaxRsBundleProvider(Class<? extends AbstractJaxRsProvider> theProviderClass)
This constructor takes in an explicit interface class.
|
AbstractJaxRsResourceProvider(Class<? extends AbstractJaxRsProvider> theProviderClass)
This constructor takes in an explicit interface class.
|
AbstractJaxRsResourceProvider(ca.uhn.fhir.context.FhirContext ctx,
Class<? extends AbstractJaxRsProvider> theProviderClass)
This constructor takes in an explicit interface class.
|
| Modifier and Type | Method and Description |
|---|---|
JaxRsResponseException |
JaxRsExceptionInterceptor.convertException(AbstractJaxRsProvider theServer,
Throwable theException)
This method convert an exception to a JaxRsResponseException
|
| Modifier and Type | Method and Description |
|---|---|
AbstractJaxRsProvider |
JaxRsRequest.getServer() |
| Modifier and Type | Method and Description |
|---|---|
static JaxRsMethodBindings |
JaxRsMethodBindings.getMethodBindings(AbstractJaxRsProvider theProvider,
Class<? extends AbstractJaxRsProvider> theProviderClass)
Get the method bindings for the given class.
|
void |
JaxRsRequest.setServer(AbstractJaxRsProvider theServer)
Set the server
|
| Modifier and Type | Method and Description |
|---|---|
static JaxRsMethodBindings |
JaxRsMethodBindings.getMethodBindings(AbstractJaxRsProvider theProvider,
Class<? extends AbstractJaxRsProvider> theProviderClass)
Get the method bindings for the given class.
|
| Constructor and Description |
|---|
Builder(AbstractJaxRsProvider theServer,
ca.uhn.fhir.rest.api.RequestTypeEnum theRequestType,
ca.uhn.fhir.rest.api.RestOperationTypeEnum theRestOperation,
String theRequestUrl,
String theResourceName)
Utility Constructor
|
JaxRsMethodBindings(AbstractJaxRsProvider theProvider,
Class<? extends AbstractJaxRsProvider> theProviderClass)
The constructor
|
JaxRsRequest(AbstractJaxRsProvider server,
String resourceString,
ca.uhn.fhir.rest.api.RequestTypeEnum requestType,
ca.uhn.fhir.rest.api.RestOperationTypeEnum restOperation)
Utility Constructor
|
| Constructor and Description |
|---|
JaxRsMethodBindings(AbstractJaxRsProvider theProvider,
Class<? extends AbstractJaxRsProvider> theProviderClass)
The constructor
|
Copyright © 2014–2019 University Health Network. All rights reserved.