Package ca.uhn.fhir.rest.server
Class ResourceBinding
- java.lang.Object
-
- ca.uhn.fhir.rest.server.ResourceBinding
-
public class ResourceBinding extends Object
Created by dsotnikov on 2/25/2014.
-
-
Constructor Summary
Constructors Constructor Description ResourceBinding()ResourceBinding(String resourceName, List<BaseMethodBinding<?>> methods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMethod(BaseMethodBinding<?> method)booleanequals(Object o)BaseMethodBinding<?>getMethod(RequestDetails theRequest)List<BaseMethodBinding<?>>getMethodBindings()StringgetResourceName()inthashCode()voidsetMethods(List<BaseMethodBinding<?>> methods)voidsetResourceName(String resourceName)
-
-
-
Constructor Detail
-
ResourceBinding
public ResourceBinding()
-
ResourceBinding
public ResourceBinding(String resourceName, List<BaseMethodBinding<?>> methods)
-
-
Method Detail
-
getMethod
public BaseMethodBinding<?> getMethod(RequestDetails theRequest)
-
getResourceName
public String getResourceName()
-
setResourceName
public void setResourceName(String resourceName)
-
getMethodBindings
public List<BaseMethodBinding<?>> getMethodBindings()
-
setMethods
public void setMethods(List<BaseMethodBinding<?>> methods)
-
addMethod
public void addMethod(BaseMethodBinding<?> method)
-
-