
org.nakedobjects.plugins.remoting.command.client.CommandClientConnection Maven / Gradle / Ivy
package org.nakedobjects.plugins.remoting.command.client;
import org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent;
import org.nakedobjects.plugins.remoting.command.shared.requests.Request;
import org.nakedobjects.plugins.remoting.command.shared.requests.Response;
public interface CommandClientConnection extends ApplicationScopedComponent {
Response executeRemotely(Request request);
}
// Copyright (c) Naked Objects Group Ltd.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy