Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.model.UserResource

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)
           
 

Method parameters in org.apache.cxf.jaxrs with type arguments of type UserResource
 void AbstractJAXRSFactoryBean.setModelBeans(java.util.List<UserResource> resources)
           
 void AbstractJAXRSFactoryBean.setModelBeansWithServiceClass(java.util.List<UserResource> resources, java.lang.Class<?>... sClasses)
           
 void JAXRSServiceFactoryBean.setUserResources(java.util.List<UserResource> resources)
           
 void JAXRSServiceFactoryBean.setUserResourcesWithServiceClass(java.util.List<UserResource> resources, java.lang.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
<T> T
JAXRSClientFactory.createFromModel(java.lang.String baseAddress, java.lang.Class<T> cls, java.util.List<UserResource> modelBeans, java.util.List<?> providers, java.lang.String configLocation)
          Creates a proxy using user resource model
static
<T> T
JAXRSClientFactory.createFromModel(java.lang.String baseAddress, java.lang.Class<T> cls, java.util.List<UserResource> modelBeans, java.lang.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 java.util.List<UserResource> ResourceUtils.getResourcesFromElement(org.w3c.dom.Element modelEl)
           
static java.util.List<UserResource> ResourceUtils.getUserResources(java.io.InputStream is)
           
static java.util.List<UserResource> ResourceUtils.getUserResources(java.lang.String loc)
           
static java.util.List<UserResource> ResourceUtils.getUserResources(java.lang.String loc, Bus bus)
           
 

Methods in org.apache.cxf.jaxrs.utils with parameters of type UserResource
static ClassResourceInfo ResourceUtils.createClassResourceInfo(java.util.Map<java.lang.String,UserResource> resources, UserResource model, boolean isRoot, boolean enableStatic)
           
static ClassResourceInfo ResourceUtils.createServiceClassResourceInfo(java.util.Map<java.lang.String,UserResource> resources, UserResource model, java.lang.Class<?> sClass, boolean isRoot, boolean enableStatic)
           
 

Method parameters in org.apache.cxf.jaxrs.utils with type arguments of type UserResource
static ClassResourceInfo ResourceUtils.createClassResourceInfo(java.util.Map<java.lang.String,UserResource> resources, UserResource model, boolean isRoot, boolean enableStatic)
           
static ClassResourceInfo ResourceUtils.createServiceClassResourceInfo(java.util.Map<java.lang.String,UserResource> resources, UserResource model, java.lang.Class<?> sClass, boolean isRoot, boolean enableStatic)
           
 


Apache CXF API

Apache CXF