com.googlecode.jpattern.gwt.client.communication.rest
Class DeleteProxy<T extends com.googlecode.jpattern.shared.result.facade.ICommandFacadeResult<?>>

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.communication.AProxy<T>
      extended by com.googlecode.jpattern.gwt.client.communication.rest.DeleteProxy<T>
Type Parameters:
T -

public class DeleteProxy<T extends com.googlecode.jpattern.shared.result.facade.ICommandFacadeResult<?>>
extends AProxy<T>

Author:
Francesco Cina'

Constructor Summary
DeleteProxy(ICallbackAction<T> callbackAction, IObjectSerializer<T> jsonBuilder, String url, Map<String,String> keyValuesMap)
           
 
Method Summary
protected  void execute(ICallbackAction<T> callbackAction)
           
 
Methods inherited from class com.googlecode.jpattern.gwt.client.communication.AProxy
call
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteProxy

public DeleteProxy(ICallbackAction<T> callbackAction,
                   IObjectSerializer<T> jsonBuilder,
                   String url,
                   Map<String,String> keyValuesMap)
Method Detail

execute

protected void execute(ICallbackAction<T> callbackAction)
                throws Exception
Specified by:
execute in class AProxy<T extends com.googlecode.jpattern.shared.result.facade.ICommandFacadeResult<?>>
Throws:
Exception


Copyright © 2011. All Rights Reserved.