org.neo4j.server.rest.web
Class CypherService

java.lang.Object
  extended by org.neo4j.server.rest.web.CypherService

public class CypherService
extends Object


Constructor Summary
CypherService(Database database, org.neo4j.server.rest.repr.InputFormat input, OutputFormat output, CypherExecutor cypherExecutor)
           
 
Method Summary
 javax.ws.rs.core.Response cypher(String body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CypherService

public CypherService(@Context
                     Database database,
                     @Context
                     org.neo4j.server.rest.repr.InputFormat input,
                     @Context
                     OutputFormat output,
                     @Context
                     CypherExecutor cypherExecutor)
Method Detail

cypher

public javax.ws.rs.core.Response cypher(String body)
                                 throws org.neo4j.server.rest.repr.BadInputException
Throws:
org.neo4j.server.rest.repr.BadInputException


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