Package org.apache.shindig.social.opensocial.service

Examples of org.apache.shindig.social.opensocial.service.DataRequestHandler


  private DataRequestHandler drh;

  @Override
  protected void setUp() throws Exception {
    ContainerConf containerConf = new JsonContainerConf();
    drh = new DataRequestHandler(containerConf) {
      protected Future<?> handleDelete(RequestItem request) {
        return ImmediateFuture.newInstance("DELETE");
      }

      protected Future<?> handlePut(RequestItem request) {
View Full Code Here

TOP

Related Classes of org.apache.shindig.social.opensocial.service.DataRequestHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.