org.apache.shindig.social.opensocial.service
Class AlbumHandler

java.lang.Object
  extended by org.apache.shindig.social.opensocial.service.AlbumHandler

public class AlbumHandler
extends Object

Receives and delegates requests to the OpenSocial Album service.

Since:
2.0.0

Constructor Summary
AlbumHandler(AlbumService service, ContainerConfig config)
           
 
Method Summary
 Future<?> create(SocialRequestItem request)
           
 Future<?> delete(SocialRequestItem request)
           
 Future<?> get(SocialRequestItem request)
           
 List<Object> supportedFields(RequestItem request)
           
 Future<?> update(SocialRequestItem request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlbumHandler

@Inject
public AlbumHandler(AlbumService service,
                           ContainerConfig config)
Method Detail

create

public Future<?> create(SocialRequestItem request)
                 throws ProtocolException
Throws:
ProtocolException

get

public Future<?> get(SocialRequestItem request)
              throws ProtocolException
Throws:
ProtocolException

update

public Future<?> update(SocialRequestItem request)
                 throws ProtocolException
Throws:
ProtocolException

delete

public Future<?> delete(SocialRequestItem request)
                 throws ProtocolException
Throws:
ProtocolException

supportedFields

public List<Object> supportedFields(RequestItem request)


Copyright © 2007-2012. All Rights Reserved.