Uses of Class
ca.uhn.fhir.jaxrs.server.AbstractJaxRsProvider
Package
Description
-
Uses of AbstractJaxRsProvider in ca.uhn.fhir.jaxrs.server
Modifier and TypeClassDescriptionclass
This server is the abstract superclass for all bundle providers.class
This is the conformance provider for the jax rs servers.class
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.ModifierConstructorDescriptionprotected
AbstractJaxRsBundleProvider
(Class<? extends AbstractJaxRsProvider> theProviderClass) This constructor takes in an explicit interface class.protected
AbstractJaxRsResourceProvider
(ca.uhn.fhir.context.FhirContext ctx, Class<? extends AbstractJaxRsProvider> theProviderClass) This constructor takes in an explicit interface class.protected
AbstractJaxRsResourceProvider
(Class<? extends AbstractJaxRsProvider> theProviderClass) This constructor takes in an explicit interface class. -
Uses of AbstractJaxRsProvider in ca.uhn.fhir.jaxrs.server.interceptor
Modifier and TypeMethodDescriptionJaxRsExceptionInterceptor.convertException
(AbstractJaxRsProvider theServer, Throwable theException) This method convert an exception to a JaxRsResponseException -
Uses of AbstractJaxRsProvider in ca.uhn.fhir.jaxrs.server.util
Modifier and TypeMethodDescriptionstatic JaxRsMethodBindings
JaxRsMethodBindings.getMethodBindings
(AbstractJaxRsProvider theProvider, Class<? extends AbstractJaxRsProvider> theProviderClass) Get the method bindings for the given class.void
JaxRsRequest.setServer
(AbstractJaxRsProvider theServer) Set the serverModifier and TypeMethodDescriptionstatic JaxRsMethodBindings
JaxRsMethodBindings.getMethodBindings
(AbstractJaxRsProvider theProvider, Class<? extends AbstractJaxRsProvider> theProviderClass) Get the method bindings for the given class.ModifierConstructorDescriptionBuilder
(AbstractJaxRsProvider theServer, ca.uhn.fhir.rest.api.RequestTypeEnum theRequestType, ca.uhn.fhir.rest.api.RestOperationTypeEnum theRestOperation, String theRequestUrl, String theResourceName) Utility ConstructorJaxRsMethodBindings
(AbstractJaxRsProvider theProvider, Class<? extends AbstractJaxRsProvider> theProviderClass) The constructorJaxRsRequest
(AbstractJaxRsProvider server, String resourceString, ca.uhn.fhir.rest.api.RequestTypeEnum requestType, ca.uhn.fhir.rest.api.RestOperationTypeEnum restOperation) Utility ConstructorModifierConstructorDescriptionJaxRsMethodBindings
(AbstractJaxRsProvider theProvider, Class<? extends AbstractJaxRsProvider> theProviderClass) The constructor