org.apache.shindig.social.opensocial.service
Class MediaItemHandler
java.lang.Object
org.apache.shindig.social.opensocial.service.MediaItemHandler
public class MediaItemHandler
- extends java.lang.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 java.util.concurrent.Future<?> get(SocialRequestItem request)
throws ProtocolException
- Throws:
ProtocolException
delete
public java.util.concurrent.Future<?> delete(SocialRequestItem request)
throws ProtocolException
- Throws:
ProtocolException
create
public java.util.concurrent.Future<?> create(SocialRequestItem request)
throws ProtocolException
- Throws:
ProtocolException
update
public java.util.concurrent.Future<?> update(SocialRequestItem request)
throws ProtocolException
- Throws:
ProtocolException
supportedFields
public java.util.List<java.lang.Object> supportedFields(RequestItem request)
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.