Package magoffin.matt.ma2.web.service

Class Summary
AddMediaContentHandler ContentHandler implementation that splits the XML document into one XML document and one Base64-decoded zip archive from the element.
AddMediaEndpoint Web service endpoint for adding media.
AddMediaMessageEndpoint Implementation of AddMediaRequest web service that uses SOAP attachments for the media data.
AddToAlbumController Add items to an album.
AddToAlbumController.Command Command class.
AlbumFeedController Controller for generating a user's album feed.
AxiomSoapMessageFactory This is a tweak of Spring-WS 1.0.2 to allow for setting the Axiom Attachment file cache settings.
DeleteAlbumController Delete an album.
DeleteAlbumController.Command Command class.
DeleteAlbumController.CommandValidator Validator class.
DeleteCollectionController Delete a Collection (deleting all media items from it as well).
DeleteCollectionController.Command Command class.
DeleteCollectionController.CommandValidator Validator class.
DeleteMediaController Delete a set of media items.
DeleteMediaController.Command Command class.
GetCollectionListEndpoint Web service endpoint for getting the list of collections for the current user.
JobInfoController Controller to get information about a job.
JobInfoController.Command Command for requesting information about a job.
JobsInfoController Controller to get the IDs of all work tickets for the current user.
MediaItemInfoController Return a single media item with full info or an aggregate of a set of media item info populated in a single media item.
MediaItemInfoController.Command Command class.
MediaItemRatingController Set the rating for a media item.
MediaItemRatingController.Command Command class.
MediaItemsController Populate a list of media items, either from a collection, an album, or individually specified.
MediaItemsController.Command Command class.
NewAlbumController Deprecated. see AlbumForm
NewAlbumController.Command Command class.
NewAlbumController.CommandValidator Validator class.
NewCollectionController Deprecated. see CollectionForm
NewCollectionController.Command Command class.
NewCollectionController.CommandValidator Validator class.
NoopController Does not do anything but forward to success view.
RemoveFromAlbumController Remove media items from an album.
RemoveFromAlbumController.Command Command class.
SaveMediaItemInfoController Controller for saving media info.
SearchMediaItemsController Controller for searching for media items.
SetAlbumParentController Controller for setting the parent of an album (or adding one album as a child to another album).
SetAlbumParentController.Command Command object.
SetAlbumPosterController Controller to set the media item poster of an album.
SetAlbumPosterController.Command Command object.
ShareAlbumController Share (and un-share) an album.
SimpleWsSecurityInterceptor Bare-bones WS-Security interceptor implementation for authenticating basic usernames with the UserBiz.