| Name | Description | Type | Package | Framework |
| BackwardsCompatibleInterceptor | An Apache CXF interceptor for the incoming chain that monitors request URIs and maps any URIs from the original scheme to the new scheme. | Class | org.apache.oodt.cas.product.jaxrs.filters | Apache OODT |
| BadRequestException | This type of exception returns an HTTP 'bad request' response (status code 400) with an additional message. | Class | org.apache.oodt.cas.product.jaxrs.exceptions | Apache OODT |
| CASProductHandler | Class | org.apache.oodt.cas.product | Apache OODT | |
| CASProductHandlerMetKeys | Describe your class here. | Interface | org.apache.oodt.cas.product | Apache OODT |
| CasProductJaxrsService | Service class that handles HTTP requests and returns file manager entities such as references and products as | Class | org.apache.oodt.cas.product.jaxrs.services | Apache OODT |
| CasProductJaxrsServlet | Provides a single place to initialize items such as the file manager client, working directory and configurations when the web application is started up. | Class | org.apache.oodt.cas.product.jaxrs.servlets | Apache OODT |
| DataDeliveryKeys | Met keys for Data Delivery using the data servlets. | Interface | org.apache.oodt.cas.product.data | Apache OODT |
| DataDeliveryServlet | Data Delivery Servlet. | Class | org.apache.oodt.cas.product.data | Apache OODT |
| DatasetDeliveryServlet | Delivers back entire ProductTypes (or Datasets) as zipped up packages. | Class | org.apache.oodt.cas.product.data | Apache OODT |
| DatasetRdfWriter | A Provider that writes dataset resources to output streams for HTTP responses with application/rdf+xml content-type. | Class | org.apache.oodt.cas.product.jaxrs.writers | Apache OODT |
| DatasetResource | A JAX-RS resource representing a dataset - a set of products maintained by the file manager. | Class | org.apache.oodt.cas.product.jaxrs.resources | Apache OODT |
| DatasetRssWriter | A Provider that writes dataset resources to output streams for HTTP responses with application/rss+xml content-type. | Class | org.apache.oodt.cas.product.jaxrs.writers | Apache OODT |
| DatasetZipper | Utility class that zips up a DatasetResource, including the dataset's products and metadata. | Class | org.apache.oodt.cas.product.jaxrs.writers | Apache OODT |
| DatasetZipWriter | A Provider that writes dataset resources to output streams for HTTP responses with application/zip content-type. | Class | org.apache.oodt.cas.product.jaxrs.writers | Apache OODT |
| DataUtils | Utility methods for delivering data using the filemgr servlet data API. | Class | org.apache.oodt.cas.product.data | Apache OODT |
| InternalServerErrorException | This type of exception returns an HTTP 'internal server error' response (status code 500) with an additional message. | Class | org.apache.oodt.cas.product.jaxrs.exceptions | Apache OODT |
| MetadataResource | A JAX-RS resource representing a Metadata object. | Class | org.apache.oodt.cas.product.jaxrs.resources | Apache OODT |
| MetadataResource .MetadataEntry | Represents a metadata keyval entry. | Class | org.apache.oodt.cas.product.jaxrs.resources | Apache OODT |
| NotFoundException | This type of exception returns an HTTP 'not found' response (status code 404) with an additional message. | Class | org.apache.oodt.cas.product.jaxrs.exceptions | Apache OODT |
| ProductResource | A JAX-RS resource representing a Product. | Class | org.apache.oodt.cas.product.jaxrs.resources | Apache OODT |
| ProductRssWriter | A Provider that writes product resources to output streams for HTTP responses with application/rss+xml content-type. | Class | org.apache.oodt.cas.product.jaxrs.writers | Apache OODT |
| ProductTypeFilter | Filters a ProductType, based on a set of constraints. | Class | org.apache.oodt.cas.product.rdf | Apache OODT |
| ProductZipper | Utility class that zips up a ProductResource, including the product's references and metadata. | Class | org.apache.oodt.cas.product.jaxrs.writers | Apache OODT |
| ProductZipWriter | A Provider that writes product resources to output streams for HTTP responses with application/zip content-type. | Class | org.apache.oodt.cas.product.jaxrs.writers | Apache OODT |
| RDFConfig | The RDF REST-ful web service configuration for the CAS product service layer. | Class | org.apache.oodt.cas.product.rdf | Apache OODT |
| RDFConfigMetKeys | Met keys for the RDFConfig. | Interface | org.apache.oodt.cas.product.rdf | Apache OODT |
| RDFConfigReader | Reader class for RDFConfigs from Files. | Class | org.apache.oodt.cas.product.rdf | Apache OODT |
| RDFConfigReaderMetKeys | Met keys for the RDFConfigReader. | Interface | org.apache.oodt.cas.product.rdf | Apache OODT |
| RdfConfiguration | Class representing custom configurations for RDF XML outputs. | Class | org.apache.oodt.cas.product.jaxrs.configurations | Apache OODT |
| RDFDatasetServlet | A Servlet that exports ProductType metaata information using the W3C's Resource Description Framework. | Class | org.apache.oodt.cas.product.rdf | Apache OODT |
| RDFProductServlet | A Servlet that exports Product metaata information using the W3C's Resource Description Framework. | Class | org.apache.oodt.cas.product.rdf | Apache OODT |
| RDFUtils | Utility class to leverage the RDFConfig to determine how to displayVersion:$Revision$Author:mattmann | Class | org.apache.oodt.cas.product.rdf | Apache OODT |
| RdfWriter | Class with shared properties and behavior for RDF writers. | Class | org.apache.oodt.cas.product.jaxrs.writers | Apache OODT |
| ReferenceFileWriter | A Provider that writes reference resources to output streams for HTTP responses with different file content-types. | Class | org.apache.oodt.cas.product.jaxrs.writers | Apache OODT |
| ReferenceResource | A JAX-RS resource representing a Reference. | Class | org.apache.oodt.cas.product.jaxrs.resources | Apache OODT |
| ReferenceRssWriter | A Provider that writes reference resources to output streams for HTTP responses with application/rss+xml content-type. | Class | org.apache.oodt.cas.product.jaxrs.writers | Apache OODT |
| ReferenceZipWriter | A Provider that writes reference resources to output streams for HTTP responses with application/zip content-type. | Class | org.apache.oodt.cas.product.jaxrs.writers | Apache OODT |
| RSSConfig | Configures the RSSProductServlet, with the information defined in an rssconf. | Class | org.apache.oodt.cas.product.rss | Apache OODT |
| RSSConfigMetKeys | Met keys used by RSSUtils and other classes that deal with theVersion:$Revision$Author:mattmann | Interface | org.apache.oodt.cas.product.rss | Apache OODT |
| RSSConfigReader | Reader class for RSSConfigs from Files. | Class | org.apache.oodt.cas.product.rss | Apache OODT |
| RSSConfigReaderMetKeys | Met keys used by the RSSConfigReader. | Interface | org.apache.oodt.cas.product.rss | Apache OODT |
| RssConfiguration | Class representing custom configurations for RSS XML outputs. | Class | org.apache.oodt.cas.product.jaxrs.configurations | Apache OODT |
| RssNamespace | Represents an XML namespace for RSS XML content. | Class | org.apache.oodt.cas.product.jaxrs.configurations | Apache OODT |
| RSSNamespace | RSS namespace definition to include in an RSS feed as defined by the RSSProductServlet's RSSConfig. | Class | org.apache.oodt.cas.product.rss | Apache OODT |
| RSSProductServlet | A Servlet that supports the RSS 2. | Class | org.apache.oodt.cas.product.rss | Apache OODT |
| RSSProductTransferServlet | A Servlet that supports the RSS 2. | Class | org.apache.oodt.cas.product.rss | Apache OODT |
| RssTag | Represents an RSS XML tag to include in an RSS feed. | Class | org.apache.oodt.cas.product.jaxrs.configurations | Apache OODT |
| RSSTag | An output RSS tag to include in an RSS feed as defined by the RSSProductServlet's RSSConfig. | Class | org.apache.oodt.cas.product.rss | Apache OODT |
| RssTagAttribute | Represents an attribute for an RSS XML tag. | Class | org.apache.oodt.cas.product.jaxrs.configurations | Apache OODT |
| RSSTagAttribute | An attribute on an RSS output tag, generated from theVersion:$Revision$Author:mattmann | Class | org.apache.oodt.cas.product.rss | Apache OODT |
| RSSUtils | Utility functions to help out in configuring the RSSProductServlet. | Class | org.apache.oodt.cas.product.rss | Apache OODT |
| RssWriter | Class with shared properties and behavior for RSS writers. | Class | org.apache.oodt.cas.product.jaxrs.writers | Apache OODT |
| TransferResource | A JAX-RS resource representing a FileTransferStatus. | Class | org.apache.oodt.cas.product.jaxrs.resources | Apache OODT |
| TransfersResource | A JAX-RS resource representing currently active file transfers as transfer resources. | Class | org.apache.oodt.cas.product.jaxrs.resources | Apache OODT |
| TransfersRssWriter | A Provider that writes transfers resources to output streams for HTTP responses with application/rss+xml content-type. | Class | org.apache.oodt.cas.product.jaxrs.writers | Apache OODT |