Uses of Class
com.sun.ws.rest.api.core.DefaultResourceConfig

Packages that use DefaultResourceConfig
com.sun.ws.rest.api.core Low-level interfaces and annotations used to create RESTful service resources. 
 

Uses of DefaultResourceConfig in com.sun.ws.rest.api.core
 

Subclasses of DefaultResourceConfig in com.sun.ws.rest.api.core
 class ClasspathResourceConfig
          A mutable implementation of DefaultResourceConfig that dynamically searches for root resource classes in the paths declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH.
 class PackagesResourceConfig
          A mutable implementation of DefaultResourceConfig that dynamically searches for root resource classes given a set of package names.