org.apache.shindig.social.opensocial.service
Class MediaItemHandler
java.lang.Object
org.apache.shindig.social.opensocial.service.MediaItemHandler
public class MediaItemHandler
- extends Object
Receives and delegates requests to the OpenSocial MediaItems service.
- Since:
- 2.0.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaItemHandler
@Inject
public MediaItemHandler(MediaItemService service,
ContainerConfig config)
get
public Future<?> get(SocialRequestItem request)
throws ProtocolException
- Throws:
ProtocolException
delete
public Future<?> delete(SocialRequestItem request)
throws ProtocolException
- Throws:
ProtocolException
create
public Future<?> create(SocialRequestItem request)
throws ProtocolException
- Throws:
ProtocolException
update
public Future<?> update(SocialRequestItem request)
throws ProtocolException
- Throws:
ProtocolException
supportedFields
public List<Object> supportedFields(RequestItem request)
Copyright © 2007-2012. All Rights Reserved.