Package org.xiruss.xirussrepository.server.jetty.apiserver

Implements the Xiruss HTTP API handler and repository-object-type specific Jetty Resources that manage the translation of specific Xiruss Repository objects into HTTP actions that result in XML API response messages (i.e., the data contents of a version or a list of resources or whatever.

See:
          Description

Class Summary
BooleanResource  
BranchResource  
BranchSetResource  
CountResource  
DependencyLinkResource Represents a dependency link.
DependencyListResource  
DependencyResource  
HttpApiHelper Utility class for server-side HTTP API proceesing.
HttpApiResourceBase  
HttpApiXmlConstants Constants for things, mostly tag names attribute names, used in the HTTP API.
MutableSnapshotResource  
ParameterListResource Returns a list of resolution policy parameters.
PingResource  
PolicyListResource  
PropertyListResource  
RepositoryObjectResource  
RepositoryResource  
ResolutionPolicyResource Handles access to resolution policies.
ResourceListResource  
ResourceResource  
SchemaRegistryResource  
SessionListResource  
SessionResource  
SnapshotListResource  
SnapshotResource  
StorageObjectContentResource  
StringResource  
StringSetResource  
UserListResource  
UserResource  
VersionListResource  
VersionResource  
VoidReturnResource Not sure if this resource type makes sense.
XirussApiResultStringBuffer  
XirussHttpApiHandler Handles HTTP requests for repository resources.
XirussHttpApiUrlVisitor Walks a XIRUSS HTTP API URL and figures out what resource to create.
 

Package org.xiruss.xirussrepository.server.jetty.apiserver Description

Implements the Xiruss HTTP API handler and repository-object-type specific Jetty Resources that manage the translation of specific Xiruss Repository objects into HTTP actions that result in XML API response messages (i.e., the data contents of a version or a list of resources or whatever. The general design intent (not fully realized at this point) is that each resource manages the accessors and mutating methods of its underlying server-side object.