
Uses of Class
ca.uhn.fhir.jaxrs.server.AbstractJaxRsProvider
Packages that use AbstractJaxRsProvider
Package
Description
-
Uses of AbstractJaxRsProvider in ca.uhn.fhir.jaxrs.server
Subclasses of AbstractJaxRsProvider in ca.uhn.fhir.jaxrs.serverModifier 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.Constructor parameters in ca.uhn.fhir.jaxrs.server with type arguments of type AbstractJaxRsProviderModifierConstructorDescriptionprotected
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
Methods in ca.uhn.fhir.jaxrs.server.interceptor with parameters of type AbstractJaxRsProviderModifier 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
Methods in ca.uhn.fhir.jaxrs.server.util that return AbstractJaxRsProviderMethods in ca.uhn.fhir.jaxrs.server.util with parameters of type AbstractJaxRsProviderModifier 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 serverMethod parameters in ca.uhn.fhir.jaxrs.server.util with type arguments of type AbstractJaxRsProviderModifier and TypeMethodDescriptionstatic JaxRsMethodBindings
JaxRsMethodBindings.getMethodBindings
(AbstractJaxRsProvider theProvider, Class<? extends AbstractJaxRsProvider> theProviderClass) Get the method bindings for the given class.Constructors in ca.uhn.fhir.jaxrs.server.util with parameters of type AbstractJaxRsProviderModifierConstructorDescriptionBuilder
(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 ConstructorConstructor parameters in ca.uhn.fhir.jaxrs.server.util with type arguments of type AbstractJaxRsProviderModifierConstructorDescriptionJaxRsMethodBindings
(AbstractJaxRsProvider theProvider, Class<? extends AbstractJaxRsProvider> theProviderClass) The constructor