Package ca.uhn.fhir.rest.client.method
Class ValidateMethodBindingDstu2Plus
- java.lang.Object
-
- ca.uhn.fhir.rest.client.method.BaseMethodBinding<Object>
-
- ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding
-
- ca.uhn.fhir.rest.client.method.OperationMethodBinding
-
- ca.uhn.fhir.rest.client.method.ValidateMethodBindingDstu2Plus
-
- All Implemented Interfaces:
IClientResponseHandler<Object>
public class ValidateMethodBindingDstu2Plus extends OperationMethodBinding
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding
BaseResourceReturningMethodBinding.MethodReturnTypeEnum, BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle, BaseResourceReturningMethodBinding.ReturnTypeEnum
-
-
Field Summary
-
Fields inherited from class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding
ALLOWED_PARAMS
-
-
Constructor Summary
Constructors Constructor Description ValidateMethodBindingDstu2Plus(Class<?> theReturnResourceType, Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theReturnTypeFromRp, Method theMethod, ca.uhn.fhir.context.FhirContext theContext, Object theProvider, ca.uhn.fhir.rest.annotation.Validate theAnnotation)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BaseHttpClientInvocationcreateValidateInvocation(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IBaseResource theResource)-
Methods inherited from class ca.uhn.fhir.rest.client.method.OperationMethodBinding
createOperationInvocation, createProcessMsgInvocation, getDescription, getName, getResponseBundleType, getRestOperationType, getReturnType, invokeClient, isIdempotent, setDescription
-
Methods inherited from class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding
getMethodReturnType, getResourceName, invokeClient, isAddContentLocationHeader, setResourceName
-
Methods inherited from class ca.uhn.fhir.rest.client.method.BaseMethodBinding
bindMethod, createAppropriateParserForParsingResponse, getAllowableParamAnnotations, getContext, getIncludes, getMethod, getParameters, getProvider, isResourceInterface, isSupportsConditional, isSupportsConditionalMultiple, processNon2xxResponseAndReturnExceptionToThrow, setParameters, verifyMethodHasZeroOrOneOperationAnnotation
-
-
-
-
Constructor Detail
-
ValidateMethodBindingDstu2Plus
public ValidateMethodBindingDstu2Plus(Class<?> theReturnResourceType, Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theReturnTypeFromRp, Method theMethod, ca.uhn.fhir.context.FhirContext theContext, Object theProvider, ca.uhn.fhir.rest.annotation.Validate theAnnotation)
-
-
Method Detail
-
createValidateInvocation
public static BaseHttpClientInvocation createValidateInvocation(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IBaseResource theResource)
-
-