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

org.nakedobjects.remoting.command.shared.requests.Request Maven / Gradle / Ivy

package org.nakedobjects.remoting.command.shared.requests;

import org.nakedobjects.metamodel.authentication.AuthenticationSession;
import org.nakedobjects.metamodel.commons.encoding.Encodable;
import org.nakedobjects.remoting.shared.ServerFacade;

public interface Request extends Encodable {

    void execute(ServerFacade distribution);

    Object getResponse();
    void setResponse(Object response);

    int getId();

    AuthenticationSession getSession();
}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy