org.neo4j.server.rest.discovery
Class DiscoveryService

java.lang.Object
  extended by 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 (/).


Constructor Summary
DiscoveryService(org.apache.commons.configuration.Configuration configuration, OutputFormat outputFormat)
           
 
Method Summary
 javax.ws.rs.core.Response getDiscoveryDocument()
           
 javax.ws.rs.core.Response redirectToWebadmin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryService

public DiscoveryService(@Context
                        org.apache.commons.configuration.Configuration configuration,
                        @Context
                        OutputFormat outputFormat)
Method Detail

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.