All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.gwtrpcplus.server.GwtRpcPlusContext Maven / Gradle / Ivy

package com.googlecode.gwtrpcplus.server;

import java.util.Set;

import com.google.gwt.user.server.rpc.RemoteServiceServlet;

public interface GwtRpcPlusContext {

  void register(RemoteServiceServlet servlet);

  void register(Class servlet);

  Set getServlets();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy