org.apache.cxf.jaxrs.model
Class BeanResourceInfo

java.lang.Object
  extended by org.apache.cxf.jaxrs.model.AbstractResourceInfo
      extended by org.apache.cxf.jaxrs.model.BeanResourceInfo
Direct Known Subclasses:
BeanParamInfo, ClassResourceInfo

public abstract class BeanResourceInfo
extends AbstractResourceInfo


Field Summary
protected  List<Field> paramFields
           
protected  List<Method> paramMethods
           
 
Fields inherited from class org.apache.cxf.jaxrs.model.AbstractResourceInfo
resourceClass, root, serviceClass
 
Constructor Summary
protected BeanResourceInfo(org.apache.cxf.Bus bus)
           
protected BeanResourceInfo(Class<?> resourceClass, Class<?> serviceClass, boolean isRoot, org.apache.cxf.Bus bus)
           
 
Method Summary
 List<Field> getParameterFields()
           
 List<Method> getParameterMethods()
           
 
Methods inherited from class org.apache.cxf.jaxrs.model.AbstractResourceInfo
clearAllMaps, clearThreadLocalProxies, contextsAvailable, getBus, getContextFieldProxy, getContextFields, getContextMethods, getContextSetterProxy, getResourceClass, getServiceClass, isRoot, isSingleton, setResourceClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paramFields

protected List<Field> paramFields

paramMethods

protected List<Method> paramMethods
Constructor Detail

BeanResourceInfo

protected BeanResourceInfo(org.apache.cxf.Bus bus)

BeanResourceInfo

protected BeanResourceInfo(Class<?> resourceClass,
                           Class<?> serviceClass,
                           boolean isRoot,
                           org.apache.cxf.Bus bus)
Method Detail

getParameterMethods

public List<Method> getParameterMethods()

getParameterFields

public List<Field> getParameterFields()


Apache CXF