org.neo4j.server.webadmin.rest
Class ConsoleService

java.lang.Object
  extended by org.neo4j.server.webadmin.rest.ConsoleService
All Implemented Interfaces:
AdvertisableService

public class ConsoleService
extends Object
implements AdvertisableService


Field Summary
static String SERVICE_PATH
           
 
Constructor Summary
ConsoleService(org.apache.commons.configuration.Configuration config, Database database, javax.servlet.http.HttpServletRequest req, OutputFormat output)
           
ConsoleService(ConsoleSessionFactory sessionFactory, Database database, OutputFormat output)
           
 
Method Summary
 javax.ws.rs.core.Response exec(org.neo4j.server.rest.repr.InputFormat input, String data)
           
 String getName()
           
 String getServerPath()
           
 javax.ws.rs.core.Response getServiceDefinition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_PATH

public static final String SERVICE_PATH
See Also:
Constant Field Values
Constructor Detail

ConsoleService

public ConsoleService(@Context
                      org.apache.commons.configuration.Configuration config,
                      @Context
                      Database database,
                      @Context
                      javax.servlet.http.HttpServletRequest req,
                      @Context
                      OutputFormat output)

ConsoleService

public ConsoleService(ConsoleSessionFactory sessionFactory,
                      Database database,
                      OutputFormat output)
Method Detail

getName

public String getName()
Specified by:
getName in interface AdvertisableService

getServerPath

public String getServerPath()
Specified by:
getServerPath in interface AdvertisableService

getServiceDefinition

public javax.ws.rs.core.Response getServiceDefinition()

exec

public javax.ws.rs.core.Response exec(@Context
                                      org.neo4j.server.rest.repr.InputFormat input,
                                      String data)


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