com.vaadin.terminal.gwt.client.communication
Class RpcMethod

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.communication.RpcMethod

public abstract class RpcMethod
extends Object


Constructor Summary
RpcMethod(String interfaceName, String methodName, Type... parameterTypes)
           
 
Method Summary
abstract  void applyInvocation(ClientRpc target, Object... parameters)
           
 String getInterfaceName()
           
 String getMethodName()
           
 Type[] getParameterTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcMethod

public RpcMethod(String interfaceName,
                 String methodName,
                 Type... parameterTypes)
Method Detail

getInterfaceName

public String getInterfaceName()

getMethodName

public String getMethodName()

getParameterTypes

public Type[] getParameterTypes()

applyInvocation

public abstract void applyInvocation(ClientRpc target,
                                     Object... parameters)


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.