com.google.gwt.gadgets.client.impl
Class RpcFeatureImpl

java.lang.Object
  extended by com.google.gwt.gadgets.client.impl.RpcFeatureImpl
All Implemented Interfaces:
RpcFeature

public class RpcFeatureImpl
extends java.lang.Object
implements RpcFeature

Implements gadgets.rpc interface.


Method Summary
 void unregisterDefault()
          Unregisters the default service handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

unregisterDefault

public void unregisterDefault()
Description copied from interface: RpcFeature
Unregisters the default service handler.

Specified by:
unregisterDefault in interface RpcFeature