|
Class Summary |
| AbstractFeedResource |
Base class for all resources that respond with Atom Feeds. |
| ArtifactResource |
The JAX-RS resource that handles artifact specific tasks, including:
Add an artifact (upload)
Get an artifact (full Atom Entry)
Get artifact content (binary content)
Update artifact meta data
Update artifact content
Delete an artifact
|
| BatchResource |
The JAX-RS resource that handles pushing artifacts into the repository in batches. |
| BrmsResource |
The JAX-RS resource that handles artifact specific tasks, including:
Get a BRMS artifact content (binary content)
Update artifact meta data
Update artifact content
Delete an artifact
|
| FeedResource |
A jax-rs implementation that handles all s-ramp feeds. |
| QueryResource |
Implementation of the S-RAMP query features defined in the Atom Binding document. |
| ServiceDocumentResource |
|
| SRAMPApplication |
The SRAMP RESTEasy application. |