org.gwtopenmaps.openlayers.client.protocol
Class Response

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.protocol.Response

public class Response
extends JSObjectWrapper

A wrapper for the response object returned by any CRUD action performed by the protocol.

Author:
Mikael Couzic

Constructor Summary
protected Response(JSObject jsObject)
           
 
Method Summary
 VectorFeature[] getFeatures()
           
static Response narrowToResponse(JSObject response)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

protected Response(JSObject jsObject)
Method Detail

narrowToResponse

public static Response narrowToResponse(JSObject response)

getFeatures

public VectorFeature[] getFeatures()


Copyright © 2011 sourceforge. All Rights Reserved.