
Uses of Class
ca.uhn.fhir.rest.api.server.ResponseDetails
Packages that use ResponseDetails
Package
Description
-
Uses of ResponseDetails in ca.uhn.fhir.rest.server.interceptor
Methods in ca.uhn.fhir.rest.server.interceptor with parameters of type ResponseDetailsModifier and TypeMethodDescriptionbooleanInterceptorAdapter.outgoingResponse(RequestDetails theRequestDetails, ResponseDetails theResponseDetails, jakarta.servlet.http.HttpServletRequest theServletRequest, jakarta.servlet.http.HttpServletResponse theServletResponse) booleanIServerInterceptor.outgoingResponse(RequestDetails theRequestDetails, ResponseDetails theResponseDetails, jakarta.servlet.http.HttpServletRequest theServletRequest, jakarta.servlet.http.HttpServletResponse theServletResponse) This method is called after the server implementation method has been called, but before any attempt to stream the response back to the client.booleanResponseHighlighterInterceptor.outgoingResponse(RequestDetails theRequestDetails, ResponseDetails theResponseObject, jakarta.servlet.http.HttpServletRequest theServletRequest, jakarta.servlet.http.HttpServletResponse theServletResponse) voidFhirPathFilterInterceptor.preProcessOutgoingResponse(RequestDetails theRequestDetails, ResponseDetails theResponseDetails) -
Uses of ResponseDetails in ca.uhn.fhir.rest.server.interceptor.consent
Methods in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type ResponseDetailsModifier and TypeMethodDescriptionvoidConsentInterceptor.interceptOutgoingResponse(RequestDetails theRequestDetails, ResponseDetails theResponseDetails) -
Uses of ResponseDetails in ca.uhn.fhir.rest.server.method
Methods in ca.uhn.fhir.rest.server.method that return ResponseDetailsModifier and TypeMethodDescriptionstatic ResponseDetailsBaseResourceReturningMethodBinding.callOutgoingFailureOperationOutcomeHook(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseOperationOutcome theOperationOutcome, ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException theException) Methods in ca.uhn.fhir.rest.server.method with parameters of type ResponseDetailsModifier and TypeMethodDescriptionstatic booleanBaseResourceReturningMethodBinding.callOutgoingResponseHook(RequestDetails theRequest, ResponseDetails theResponseDetails)