
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 TypeClassDescriptionclassThis server is the abstract superclass for all bundle providers.classThis is the conformance provider for the jax rs servers.classBase class for a provider to provide the[baseUrl]?classAbstractJaxRsResourceProvider<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 AbstractJaxRsProviderModifierConstructorDescriptionprotectedAbstractJaxRsBundleProvider(Class<? extends AbstractJaxRsProvider> theProviderClass) This constructor takes in an explicit interface class.protectedAbstractJaxRsResourceProvider(ca.uhn.fhir.context.FhirContext ctx, Class<? extends AbstractJaxRsProvider> theProviderClass) This constructor takes in an explicit interface class.protectedAbstractJaxRsResourceProvider(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 JaxRsMethodBindingsJaxRsMethodBindings.getMethodBindings(AbstractJaxRsProvider theProvider, Class<? extends AbstractJaxRsProvider> theProviderClass) Get the method bindings for the given class.voidJaxRsRequest.setServer(AbstractJaxRsProvider theServer) Set the serverMethod parameters in ca.uhn.fhir.jaxrs.server.util with type arguments of type AbstractJaxRsProviderModifier and TypeMethodDescriptionstatic JaxRsMethodBindingsJaxRsMethodBindings.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