public class ClassResourceInfo extends AbstractResourceInfo
resourceClass, root, serviceClass| Constructor and Description |
|---|
ClassResourceInfo(Class<?> theResourceClass) |
ClassResourceInfo(Class<?> theResourceClass,
boolean theRoot) |
ClassResourceInfo(Class<?> theResourceClass,
Class<?> theServiceClass) |
ClassResourceInfo(Class<?> theResourceClass,
Class<?> theServiceClass,
boolean theRoot) |
ClassResourceInfo(Class<?> theResourceClass,
Class<?> theServiceClass,
boolean theRoot,
boolean enableStatic,
boolean createdFromModel,
Bus bus) |
ClassResourceInfo(Class<?> theResourceClass,
Class<?> c,
boolean theRoot,
boolean enableStatic,
boolean createdFromModel,
String consumesTypes,
String producesTypes,
Bus bus) |
ClassResourceInfo(Class<?> theResourceClass,
Class<?> theServiceClass,
boolean theRoot,
boolean enableStatic,
Bus bus) |
ClassResourceInfo(ClassResourceInfo cri) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubClassResourceInfo(ClassResourceInfo cri) |
ClassResourceInfo |
findResource(Class<?> typedClass,
Class<?> instanceClass) |
Set<String> |
getAllowedMethods() |
List<javax.ws.rs.core.MediaType> |
getConsumeMime() |
MethodDispatcher |
getMethodDispatcher() |
List<Field> |
getParameterFields() |
List<Method> |
getParameterMethods() |
javax.ws.rs.Path |
getPath() |
List<javax.ws.rs.core.MediaType> |
getProduceMime() |
ResourceProvider |
getResourceProvider() |
ClassResourceInfo |
getSubResource(Class<?> typedClass,
Class<?> instanceClass) |
Collection<ClassResourceInfo> |
getSubResources() |
URITemplate |
getURITemplate() |
boolean |
hasSubResources() |
boolean |
isCreatedFromModel() |
boolean |
isSingleton() |
void |
setMethodDispatcher(MethodDispatcher md) |
void |
setResourceProvider(ResourceProvider rp) |
void |
setURITemplate(URITemplate u) |
clearAllMaps, clearThreadLocalProxies, getBus, getContextFieldProxy, getContextFields, getContextMethods, getContextSetterProxy, getResourceClass, getServiceClass, isRoot, setResourceClasspublic ClassResourceInfo(ClassResourceInfo cri)
public ClassResourceInfo(Class<?> theResourceClass, Class<?> theServiceClass, boolean theRoot, boolean enableStatic, Bus bus)
public ClassResourceInfo(Class<?> theResourceClass, Class<?> theServiceClass, boolean theRoot, boolean enableStatic, boolean createdFromModel, Bus bus)
public ClassResourceInfo(Class<?> theResourceClass, Class<?> c, boolean theRoot, boolean enableStatic, boolean createdFromModel, String consumesTypes, String producesTypes, Bus bus)
public ClassResourceInfo(Class<?> theResourceClass)
public ClassResourceInfo(Class<?> theResourceClass, boolean theRoot)
public ClassResourceInfo findResource(Class<?> typedClass, Class<?> instanceClass)
public ClassResourceInfo getSubResource(Class<?> typedClass, Class<?> instanceClass)
public Collection<ClassResourceInfo> getSubResources()
public URITemplate getURITemplate()
public void setURITemplate(URITemplate u)
public MethodDispatcher getMethodDispatcher()
public void setMethodDispatcher(MethodDispatcher md)
public boolean hasSubResources()
public void addSubClassResourceInfo(ClassResourceInfo cri)
public boolean isCreatedFromModel()
public ResourceProvider getResourceProvider()
public void setResourceProvider(ResourceProvider rp)
public List<javax.ws.rs.core.MediaType> getProduceMime()
public List<javax.ws.rs.core.MediaType> getConsumeMime()
public javax.ws.rs.Path getPath()
public boolean isSingleton()
isSingleton in class AbstractResourceInfoApache CXF