|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserResource | |
---|---|
org.apache.cxf.jaxrs | |
org.apache.cxf.jaxrs.client | |
org.apache.cxf.jaxrs.utils |
Uses of UserResource in org.apache.cxf.jaxrs |
---|
Methods in org.apache.cxf.jaxrs with parameters of type UserResource | |
---|---|
void |
AbstractJAXRSFactoryBean.setModelBeans(UserResource... resources)
Sets the description of root resources. |
Method parameters in org.apache.cxf.jaxrs with type arguments of type UserResource | |
---|---|
void |
AbstractJAXRSFactoryBean.setModelBeans(List<UserResource> resources)
Sets the description of root resources. |
void |
AbstractJAXRSFactoryBean.setModelBeansWithServiceClass(List<UserResource> resources,
Class<?>... sClasses)
Sets the description of root resources with the list of concrete classes. |
void |
JAXRSServiceFactoryBean.setUserResources(List<UserResource> resources)
|
void |
JAXRSServiceFactoryBean.setUserResourcesWithServiceClass(List<UserResource> resources,
Class<?>... sClasses)
|
Uses of UserResource in org.apache.cxf.jaxrs.client |
---|
Method parameters in org.apache.cxf.jaxrs.client with type arguments of type UserResource | ||
---|---|---|
static
|
JAXRSClientFactory.createFromModel(String baseAddress,
Class<T> cls,
List<UserResource> modelBeans,
List<?> providers,
String configLocation)
Creates a proxy using user resource model |
|
static
|
JAXRSClientFactory.createFromModel(String baseAddress,
Class<T> cls,
List<UserResource> modelBeans,
String configLocation)
Creates a proxy using user resource model |
Uses of UserResource in org.apache.cxf.jaxrs.utils |
---|
Methods in org.apache.cxf.jaxrs.utils that return types with arguments of type UserResource | |
---|---|
static List<UserResource> |
ResourceUtils.getResourcesFromElement(Element modelEl)
|
static List<UserResource> |
ResourceUtils.getUserResources(InputStream is)
|
static List<UserResource> |
ResourceUtils.getUserResources(String loc)
|
static List<UserResource> |
ResourceUtils.getUserResources(String loc,
Bus bus)
|
Methods in org.apache.cxf.jaxrs.utils with parameters of type UserResource | |
---|---|
static ClassResourceInfo |
ResourceUtils.createClassResourceInfo(Map<String,UserResource> resources,
UserResource model,
boolean isRoot,
boolean enableStatic)
|
static ClassResourceInfo |
ResourceUtils.createClassResourceInfo(Map<String,UserResource> resources,
UserResource model,
boolean isRoot,
boolean enableStatic,
Bus bus)
|
static ClassResourceInfo |
ResourceUtils.createServiceClassResourceInfo(Map<String,UserResource> resources,
UserResource model,
Class<?> sClass,
boolean isRoot,
boolean enableStatic,
Bus bus)
|
Method parameters in org.apache.cxf.jaxrs.utils with type arguments of type UserResource | |
---|---|
static ClassResourceInfo |
ResourceUtils.createClassResourceInfo(Map<String,UserResource> resources,
UserResource model,
boolean isRoot,
boolean enableStatic)
|
static ClassResourceInfo |
ResourceUtils.createClassResourceInfo(Map<String,UserResource> resources,
UserResource model,
boolean isRoot,
boolean enableStatic,
Bus bus)
|
static ClassResourceInfo |
ResourceUtils.createServiceClassResourceInfo(Map<String,UserResource> resources,
UserResource model,
Class<?> sClass,
boolean isRoot,
boolean enableStatic,
Bus bus)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |