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

org.bdware.irp3.handler.RequestHandlerProxy Maven / Gradle / Ivy

package org.bdware.irp3.handler;

import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

public class RequestHandlerProxy extends ReflectiveRequestHandler{

    static Logger LOGGER = LogManager.getLogger(RequestHandlerProxy.class);
    public RequestHandlerProxy(){
        super();
        initHandlers();
    }

    public void initHandlers(){

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy