org.gwtopenmaps.openlayers.client.protocol
Class Protocol

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.protocol.Protocol
Direct Known Subclasses:
HTTPProtocol, WFSProtocol

public abstract class Protocol
extends OpenLayersObjectWrapper

Protocol abstract base class

Author:
davekkomackecom

Constructor Summary
protected Protocol(JSObject protocol)
           
 
Method Summary
abstract  void read(CRUDOptions options)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
getClassName, getEvents, narrowToOpenLayersObjectWrapper
 
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

Protocol

protected Protocol(JSObject protocol)
Method Detail

read

public abstract void read(CRUDOptions options)


Copyright © 2011 sourceforge. All Rights Reserved.