com.googlecode.jpattern.gwt.client.communication.rest
Class PutProxy<T extends IWebResult,Z>
java.lang.Object
com.googlecode.jpattern.gwt.client.communication.AProxy<T>
com.googlecode.jpattern.gwt.client.communication.rest.PutProxy<T,Z>
- Type Parameters:
T -
public class PutProxy<T extends IWebResult,Z>
- extends AProxy<T>
- Author:
- Francesco Cina'
| 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 |
PutProxy
public PutProxy(IBeanFactory beanFactory,
ICallbackAction<T> callbackAction,
IObjectSerializer<T> resultJsonBuilder,
String url,
IObjectSerializer<Z> sendJsonBuilder,
Z data)
execute
protected void execute(ICallbackAction<T> callbackAction)
throws Exception
- Specified by:
execute in class AProxy<T extends IWebResult>
- Throws:
Exception
Copyright © 2011. All Rights Reserved.