org.neo4j.server.rest.batch
Class NonStreamingBatchOperations

java.lang.Object
  extended by org.neo4j.server.rest.batch.BatchOperations
      extended by org.neo4j.server.rest.batch.NonStreamingBatchOperations

public class NonStreamingBatchOperations
extends BatchOperations


Field Summary
 
Fields inherited from class org.neo4j.server.rest.batch.BatchOperations
BODY_KEY, ID_KEY, jsonFactory, mapper, METHOD_KEY, TO_KEY, webServer
 
Constructor Summary
NonStreamingBatchOperations(WebServer webServer)
           
 
Method Summary
protected  void invoke(String method, String path, String body, Integer id, URI targetUri, InternalJettyServletRequest req, InternalJettyServletResponse res)
           
 BatchOperationResults performBatchJobs(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, InputStream body)
           
 
Methods inherited from class org.neo4j.server.rest.batch.BatchOperations
addHeaders, calculateTargetUri, is2XXStatusCode, parseAndPerform, performRequest, replaceLocationPlaceholders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonStreamingBatchOperations

public NonStreamingBatchOperations(WebServer webServer)
Method Detail

performBatchJobs

public BatchOperationResults performBatchJobs(javax.ws.rs.core.UriInfo uriInfo,
                                              javax.ws.rs.core.HttpHeaders httpHeaders,
                                              InputStream body)
                                       throws IOException,
                                              javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

invoke

protected void invoke(String method,
                      String path,
                      String body,
                      Integer id,
                      URI targetUri,
                      InternalJettyServletRequest req,
                      InternalJettyServletResponse res)
               throws IOException,
                      javax.servlet.ServletException
Specified by:
invoke in class BatchOperations
Throws:
IOException
javax.servlet.ServletException


Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.