Class RrpcServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, BasicUniversalConfig, DefaultConfig, DefaultHtmlConfig, BasicRestOperations

public abstract class RrpcServlet extends BasicRestServlet
Abstract class for defining Remote Interface Services.

Remote Interface Services are POJOs whose methods can be invoked remotely through proxy interfaces.

To implement a remote interface service, developers must simply subclass from this class and implement the getServiceMap() method that maps java interfaces to POJO instances.

See Also:
See Also: