Class JaxRsRequest.Builder

java.lang.Object
ca.uhn.fhir.jaxrs.server.util.JaxRsRequest.Builder
Enclosing class:
JaxRsRequest

public static class JaxRsRequest.Builder extends Object
An implementation of the builder pattern for the JaxRsRequest
  • Constructor Details

    • Builder

      public Builder(AbstractJaxRsProvider theServer, ca.uhn.fhir.rest.api.RequestTypeEnum theRequestType, ca.uhn.fhir.rest.api.RestOperationTypeEnum theRestOperation, String theRequestUrl, String theResourceName)
      Utility Constructor
      Parameters:
      theServer - the server
      theRequestType - the request type
      theRestOperation - the rest operation
      theRequestUrl -
  • Method Details