com.vaadin.server.widgetsetutils.metadata
Class ClientRpcVisitor
java.lang.Object
com.vaadin.server.widgetsetutils.metadata.TypeVisitor
com.vaadin.server.widgetsetutils.metadata.ClientRpcVisitor
public class ClientRpcVisitor
- extends TypeVisitor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientRpcVisitor
public ClientRpcVisitor()
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.