org.neo4j.server.webadmin.rest
Class ConsoleService
java.lang.Object
org.neo4j.server.webadmin.rest.ConsoleService
- All Implemented Interfaces:
- AdvertisableService
public class ConsoleService
- extends Object
- implements AdvertisableService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_PATH
public static final String SERVICE_PATH
- See Also:
- Constant Field Values
ConsoleService
public ConsoleService(@Context
org.apache.commons.configuration.Configuration config,
@Context
Database database,
@Context
javax.servlet.http.HttpServletRequest req,
@Context
OutputFormat output,
@Context
CypherExecutor cypherExecutor)
ConsoleService
public ConsoleService(ConsoleSessionFactory sessionFactory,
Database database,
OutputFormat output)
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.