org.neo4j.server.rest.discovery
Class DiscoveryService
java.lang.Object
org.neo4j.server.rest.discovery.DiscoveryService
public class DiscoveryService
- extends Object
Used to discover the rest of the server urls through a HTTP GET request to the server root (/).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiscoveryService
public DiscoveryService(@Context
org.apache.commons.configuration.Configuration configuration,
@Context
OutputFormat outputFormat)
getDiscoveryDocument
public javax.ws.rs.core.Response getDiscoveryDocument()
throws URISyntaxException
- Throws:
URISyntaxException
redirectToWebadmin
public javax.ws.rs.core.Response redirectToWebadmin()
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.