com.vaadin.server.widgetsetutils.metadata
Class ClientRpcVisitor

java.lang.Object
  extended by com.vaadin.server.widgetsetutils.metadata.TypeVisitor
      extended by com.vaadin.server.widgetsetutils.metadata.ClientRpcVisitor

public class ClientRpcVisitor
extends TypeVisitor


Constructor Summary
ClientRpcVisitor()
           
 
Method Summary
static void checkGenericType(TreeLogger logger, JClassType type)
           
static void checkReturnType(TreeLogger logger, JMethod method)
           
 void visitClientRpc(TreeLogger logger, JClassType type, ConnectorBundle bundle)
           
 
Methods inherited from class com.vaadin.server.widgetsetutils.metadata.TypeVisitor
init, visitConnector, visitServerRpc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientRpcVisitor

public ClientRpcVisitor()
Method Detail

visitClientRpc

public void visitClientRpc(TreeLogger logger,
                           JClassType type,
                           ConnectorBundle bundle)
                    throws UnableToCompleteException
Overrides:
visitClientRpc in class TypeVisitor
Throws:
UnableToCompleteException

checkGenericType

public static void checkGenericType(TreeLogger logger,
                                    JClassType type)
                             throws UnableToCompleteException
Throws:
UnableToCompleteException

checkReturnType

public static void checkReturnType(TreeLogger logger,
                                   JMethod method)
                            throws UnableToCompleteException
Throws:
UnableToCompleteException


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