public class ResourceBinding extends Object
| Constructor and Description |
|---|
ResourceBinding() |
ResourceBinding(String resourceName,
List<BaseMethodBinding<?>> methods) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMethod(BaseMethodBinding<?> method) |
boolean |
equals(Object o) |
BaseMethodBinding<?> |
getMethod(RequestDetails theRequest) |
List<BaseMethodBinding<?>> |
getMethodBindings() |
String |
getResourceName() |
int |
hashCode() |
void |
setMethods(List<BaseMethodBinding<?>> methods) |
void |
setResourceName(String resourceName) |
public ResourceBinding()
public ResourceBinding(String resourceName, List<BaseMethodBinding<?>> methods)
public BaseMethodBinding<?> getMethod(RequestDetails theRequest)
public String getResourceName()
public void setResourceName(String resourceName)
public List<BaseMethodBinding<?>> getMethodBindings()
public void setMethods(List<BaseMethodBinding<?>> methods)
public void addMethod(BaseMethodBinding<?> method)
Copyright © 2014–2016 University Health Network. All rights reserved.