com.googlecode.jpattern.gwt.client.communication.direct
Class PostProxy<T extends IWebResult,Z>

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.communication.AProxy<T>
      extended by com.googlecode.jpattern.gwt.client.communication.direct.PostProxy<T,Z>
Type Parameters:
T -

public class PostProxy<T extends IWebResult,Z>
extends AProxy<T>

Author:
Francesco Cina'

Constructor Summary
PostProxy(IServerCallPostAction serverCallPostAction, Class<T> resultClass, Class<Z> dataClass, ICallbackAction<T> callbackAction, String url, Z data)
           
 
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

PostProxy

public PostProxy(IServerCallPostAction serverCallPostAction,
                 Class<T> resultClass,
                 Class<Z> dataClass,
                 ICallbackAction<T> callbackAction,
                 String url,
                 Z data)
Method Detail

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.