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

org.nakedobjects.runtime.remoting.ClientConnectionInstaller Maven / Gradle / Ivy

There is a newer version: 4.0-beta-1
Show newest version
package org.nakedobjects.runtime.remoting;

import java.util.Properties;

import org.nakedobjects.metamodel.config.NakedObjectConfiguration;
import org.nakedobjects.metamodel.specloader.FacetDecoratorInstaller;
import org.nakedobjects.runtime.authentication.AuthenticationManagerInstaller;
import org.nakedobjects.runtime.persistence.PersistenceMechanismInstaller;


public interface ClientConnectionInstaller extends PersistenceMechanismInstaller, FacetDecoratorInstaller, AuthenticationManagerInstaller {

    Properties getRemoteProperties();

    void installEncoders(final NakedObjectConfiguration configuration);

}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy