org.springframework.data.neo4j.rest
Class RequestResult
java.lang.Object
org.springframework.data.neo4j.rest.RequestResult
public class RequestResult
- extends Object
- Since:
- 27.06.11
- Author:
- mh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
extractFrom
public static RequestResult extractFrom(com.sun.jersey.api.client.ClientResponse clientResponse)
getStatus
public int getStatus()
getLocation
public URI getLocation()
getEntity
public String getEntity()
Copyright © 2011 SpringSource. All Rights Reserved.